@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.sponsered-outer-wrapper {
  background: linear-gradient(135deg, #EFF6FF 0%, rgba(248, 250, 252, 0.5) 50%, rgba(238, 242, 255, 0.4) 100%);
  border-top: 2px solid rgba(21, 93, 252, 0.3019607843);
  border-bottom: 2px solid rgba(21, 93, 252, 0.3019607843);
  padding: 50px 24px;
}
@media (max-width: 1679px) {
  .sponsered-outer-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1481px) {
  .sponsered-outer-wrapper {
    padding: 30px 24px;
  }
}
.sponsered-outer-wrapper .title-section {
  display: flex;
  border-bottom: 2px solid rgba(20, 71, 230, 0.5019607843);
  padding-bottom: 22px;
}
@media (max-width: 450px) {
  .sponsered-outer-wrapper .title-section {
    flex-direction: column;
  }
}
.sponsered-outer-wrapper .title-section .left-sec {
  display: flex;
  flex-direction: column;
}
.sponsered-outer-wrapper .title-section .left-sec .sub-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  color: #1C398E;
  border-left: 6px solid #155DFC;
  padding-left: 12px;
  margin-bottom: 8px;
}
@media (max-width: 1679px) {
  .sponsered-outer-wrapper .title-section .left-sec .sub-title {
    font-size: 18px;
  }
}
@media (max-width: 1481px) {
  .sponsered-outer-wrapper .title-section .left-sec .sub-title {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .sponsered-outer-wrapper .title-section .left-sec .sub-title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sponsered-outer-wrapper .title-section .left-sec .sub-title {
    font-size: 14px;
    padding-left: 0;
    border-left: 0;
  }
}
.sponsered-outer-wrapper .title-section .left-sec .para-txt {
  padding-left: 20px;
  line-height: 1;
  color: rgba(25, 60, 184, 0.8);
  font-size: 11px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sponsered-outer-wrapper .title-section .left-sec .para-txt {
    padding-left: 0;
  }
}
.sponsered-outer-wrapper .title-section .ad-btn {
  margin-left: auto;
  background-color: #DBEAFE;
  border-radius: 6px;
  padding: 12px 6px;
  width: 136px;
  height: 29px;
  font-size: 12px;
  font-weight: 700;
  color: #1C398E;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 450px) {
  .sponsered-outer-wrapper .title-section .ad-btn {
    margin-left: 0;
    margin-top: 15px;
  }
}
.sponsered-outer-wrapper .title-section .ad-btn .icon img {
  width: 14px;
}
.sponsered-outer-wrapper .title-section .ad-btn .icon {
  margin-right: 8px;
}
.sponsered-outer-wrapper .sponsor-listing-warpper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 36px;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1679px) {
  .sponsered-outer-wrapper .sponsor-listing-warpper {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .sponsered-outer-wrapper .sponsor-listing-warpper {
    padding-top: 25px;
  }
}
.sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing {
  width: calc(33.3333333333% - 30px);
  margin: 0 15px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(239, 246, 255, 0.2) 100%);
  border: 2px solid #BEDBFF;
}
@media (max-width: 1679px) {
  .sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
}
@media (max-width: 1481px) {
  .sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing {
    width: calc(33.3333333333% - 16px);
    margin: 0 8px;
  }
}
@media (max-width: 1199px) {
  .sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
@media (max-width: 579px) {
  .sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing {
    width: 100%;
    margin: 0 0 16px;
  }
}
.sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .thumb-wrapper {
  height: 184px;
  width: 100%;
  position: relative;
}
.sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .thumb-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1679px) {
  .sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .thumb-wrapper img {
    max-height: 500px;
  }
}
@media (max-width: 1481px) {
  .sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .thumb-wrapper img {
    max-height: 450px;
  }
}
@media (max-width: 1199px) {
  .sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .thumb-wrapper img {
    max-height: 400px;
  }
}
@media (max-width: 991px) {
  .sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .thumb-wrapper img {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .thumb-wrapper img {
    max-height: 300px;
  }
}
@media (max-width: 579px) {
  .sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .thumb-wrapper img {
    max-height: 270px;
  }
}
.sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .thumb-wrapper .badge {
  background-color: #155DFC;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1019607843);
  border-radius: 0;
  padding: 6px 12px;
  position: absolute;
  left: 12px;
  top: 12px;
}
.sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .btm-content {
  padding: 24px;
}
.sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .content-area .tag {
  color: #1447E6;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}
.sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .content-area .main-title {
  color: #1A1A1A;
  font-size: 20px;
  line-height: 25px;
  word-break: break-word;
  margin: 12px 0 16px;
}
@media (max-width: 1679px) {
  .sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .content-area .main-title {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 1199px) {
  .sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .content-area .main-title {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .content-area .main-title {
    font-size: 16px;
    line-height: 21px;
    margin: 8px 0 10px;
  }
}
.sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .bottom-sec {
  display: flex;
  border-top: 2px solid #DBEAFE;
  padding-top: 18px;
  position: relative;
}
.sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .bottom-sec .left-content {
  flex: 1;
}
.sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .bottom-sec .left-content .para-txt {
  color: rgba(20, 71, 230, 0.8);
  margin-bottom: 5px;
  line-height: 1;
  font-size: 10px;
  font-weight: 500;
  text-align: left;
  padding-left: 0;
}
.sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .bottom-sec .left-content .sub-title {
  color: #1C398E;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .bottom-sec .sec-link {
  margin-left: 10px;
}
@media (max-width: 1481px) {
  .sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .bottom-sec .sec-link {
    position: absolute;
    right: 0;
    top: 5px;
  }
}
.sponsered-outer-wrapper .sponsor-listing-warpper .sponsor-listing .bottom-sec .sec-link img {
  width: 18px;
}
.sponsered-outer-wrapper .para-btm {
  color: rgba(25, 60, 184, 0.6980392157);
  margin-top: 28px;
  padding-top: 26px;
  border-top: 2px solid #BEDBFF;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 1679px) {
  .sponsered-outer-wrapper .para-btm {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .sponsered-outer-wrapper .para-btm {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 579px) {
  .sponsered-outer-wrapper .para-btm {
    font-size: 12px;
    line-height: 20px;
  }
}/*# sourceMappingURL=sponser-listing.css.map */