@font-face {
    font-family: 'Federo-Regular';
    src: url('../fonts/Federo-Regular.ttf');
  }

  @font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.ttf');
  }


  @font-face {
    font-family: 'MELANIE-YZRBQ';
    src: url('../fonts/MELANIE-YZRBQ.TTF');
  }


  @font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.ttf');
  }

  @font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
    src: url('../fonts/Poppins-Regular.otf');
  }

  @font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.ttf');
  }

  @font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf');
  }

  @font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf');
  }


  @font-face {
    font-family: 'ARIAL';
    src: url('../fonts/ARIAL.TTF');
  }

  @font-face {
    font-family: 'Arial-BoldMT';
    src: url('../fonts/Arial-BoldMT.otf');
  }


  

  @font-face {
    font-family: 'Montserrat Light';
    src: url('../fonts/Montserrat Light.ttf');
  }

  @font-face {
    font-family: 'Montserrat Regular';
    src: url('../fonts/Montserrat Regular.ttf');
  }

  @font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf');
  }


  @font-face {
    font-family: 'VIVALDID';
    src: url('../fonts/VIVALDID.ttf');
  }




  @font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf');
  }

  @font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf');
  }

  @font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf');
  }

  @font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf');
  }


  @font-face {
    font-family: 'Roboto-Italic';
    src: url('../fonts/Roboto-Italic.ttf');
  }


  @font-face {
    font-family: 'Roboto-LightItalic';
    src: url('../fonts/Roboto-LightItalic.ttf');
  }


  @font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.ttf');
  }


  @font-face {
    font-family: 'JosefinSans-Bold';
    src: url('../fonts/JosefinSans-Bold.ttf');
  }

  @font-face {
    font-family: 'JosefinSans-SemiBold';
    src: url('../fonts/JosefinSans-SemiBold.ttf');
  }



  @font-face {
    font-family: 'BenguiatStd-Book';
    src: url('../fonts/BenguiatStd-Book.otf');
  }


  @font-face {
    font-family: 'BenguiatStd-Medium';
    src: url('../fonts/BenguiatStd-Medium.otf');
  }


  @font-face {
    font-family: 'Kingthings_Calligraphica_2';
    src: url('../fonts/Kingthings_Calligraphica_2.ttf');
  }

/* common css strats here */

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
  }

  /* ul li {list-style-type:none; padding:0px;} */

  /* a.customize{text-decoration:none;}/* for removing underline for anchor*/

  a {
    text-decoration: none !important;
  }

  /* for removing underline for anchor*/

  button:focus {
    outline: 0px !important;
  }

  a:hover {
    text-decoration: none;
  }

  textarea {
    resize: none;
  }

  .w-100 {
    width: 100%;
  }

  .w-auto {
    width: auto !important;
  }

  .h-100 {
    height: 100%;
  }

  /* for display */

  .d-inline-flex {
    display: inline-flex;
  }

  /* for display inline */

  .d-inline-block {
    display: inline-block;
  }

  .d-flex {
    display: flex;
  }

  /* for display inline */

  /* for positions */

  .pos-relative {
    position: relative;
  }

  .pos-absolute {
    position: absolute;
  }

  /* padding styles */

  .p-0 {
    padding: 0px;
  }

  .p-5p {
    padding: 5px;
  }

  .p-10p {
    padding: 10px;
  }

  .p-15p {
    padding: 15px;
  }

  .p-20p {
    padding: 20px;
  }

  .p-30p {
    padding: 30px;
  }

  .p-40p {
    padding: 40px;
  }

  .pt-5p {
    padding-top: 5px;
  }

  .pt-10p {
    padding-top: 10px;
  }

  .pt-15p {
    padding-top: 15px;
  }

  .pt-20p {
    padding-top: 20px;
  }

  .pt-30p {
    padding-top: 30px;
  }

  .pt-40p {
    padding-top: 40px;
  }

  .pt-50p {
    padding-top: 50px;
  }

  .pt-55p {
    padding-top: 55px;
  }

  .pt-60p {
    padding-top: 60px;
  }

  .pt-70p {
    padding-top: 70px;
  }

  .ptb-5p {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .ptb-10p {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ptb-15p {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ptb-20p {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ptb-25p {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .ptb-30p {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ptb-35p {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .ptb-40p {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ptb-50p {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ptb-60p {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ptb-70p {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .plr-10p {
    padding-left: 10px;
    padding-right: 10px;
  }

  .plr-20p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plr-30p {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pb-5p {
    padding-bottom: 5px;
  }

  .pb-10p {
    padding-bottom: 10px;
  }

  .pb-15p {
    padding-bottom: 15px;
  }

  .pb-20p {
    padding-bottom: 20px;
  }

  .pb-30p {
    padding-bottom: 30px;
  }

  .pb-40p {
    padding-bottom: 40px;
  }

  .pb-60p {
    padding-bottom: 60px;
  }

  .pb-70p {
    padding-bottom: 70px;
  }

  .pb-80p {
    padding-bottom: 80px;
  }

  .ptb-4060p {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .pr-0p {
    padding-right: 0px;
  }

  .pl-0p {
    padding-left: 0px;
  }

  .pl-10p {
    padding-left: 10px;
  }

  .pl-15p {
    padding-left: 15px;
  }

  .pl-20p {
    padding-left: 20px;
  }

  .pl-25p {
    padding-left: 25px;
  }

  .pl-50p {
    padding-left: 50px;
  }

  .pr-20p {
    padding-right: 20px;
  }

  .pr-50p {
    padding-right: 50px;
  }

  /* margin styles */

  .mlr-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .m-0 {
    margin: 0px;
  }

  .m-15p {
    margin: 15px;
  }

  .m-lr-auto {
    margin: 0px auto;
  }

  .mt-5p {
    margin-top: 5px;
  }

  .mt-10p {
    margin-top: 10px;
  }

  .mt-15p {
    margin-top: 15px;
  }

  .mt-20p {
    margin-top: 20px;
  }

  .mt-25p {
    margin-top: 25px;
  }

  .mt-30p {
    margin-top: 30px;
  }

  .mt-40p {
    margin-top: 40px;
  }

  .mt-50p {
    margin-top: 50px;
  }

  .mt-55p {
    margin-top: 55px;
  }

  .mt-60p {
    margin-top: 60px;
  }

  .mt-70p {
    margin-top: 70px;
  }

  .mt-80p {
    margin-top: 80px;
  }

  .mt-90p {
    margin-top: 90px;
  }

  .mt-100p {
    margin-top: 100px;
  }

  .mt-120p {
    margin-top: 120px;
  }

  .mt-130p {
    margin-top: 130px;
  }

  .mt-220p {
    margin-top: 220px;
  }

  .mb-0p {
    margin-bottom: 0px;
  }

  .mb-5p {
    margin-bottom: 5px;
  }

  .mb-10p {
    margin-bottom: 10px;
  }

  .mb-15p {
    margin-bottom: 15px;
  }

  .mb-20p {
    margin-bottom: 20px;
  }

  .mb-25p {
    margin-bottom: 25px;
  }

  .mb-30p {
    margin-bottom: 30px;
  }

  .mb-40p {
    margin-bottom: 40px;
  }

  .mb-60p {
    margin-bottom: 60px;
  }

  .mb-70p {
    margin-bottom: 70px;
  }

  .mb-80p {
    margin-bottom: 80px;
  }

  .mtb-2040p {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .mtb-5p {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mtb-10p {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mtb-15p {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mtb-20p {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mtb-30p {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mtb-40p {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mtb-50p {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mtb-60p {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mlr-10p {
    margin-left: 10px;
    margin-right: 10px;
  }

  .mlr-20p {
    margin-left: 20px;
    margin-right: 20px;
  }

  .ml-5p {
    margin-left: 5px;
  }

  .ml-10p {
    margin-left: 10px;
  }

  .ml-15p {
    margin-left: 15px;
  }

  .ml-20p {
    margin-left: 20px;
  }

  .ml-50p {
    margin-left: 50px;
  }

  .mr-5p {
    margin-right: 5px;
  }

  .mr-10p {
    margin-right: 10px;
  }

  .mr-15p {
    margin-right: 15px;
  }

  .mr-20p {
    margin-right: 20px;
  }

  .mr-25p {
    margin-right: 25px;
  }

  .mr-30p {
    margin-right: 30px;
  }

  .mr-40p {
    margin-right: 40px;
  }

  .mr-50p {
    margin-right: 50px;
  }

  /* for box shadow */

  /* for border radius  */

  .brad-0 {
    border-radius: 0;
  }

  .brad-2 {
    border-radius: 2px;
  }

  .brad-3 {
    border-radius: 3px;
  }

  .brad-4 {
    border-radius: 4px;
  }

  .brad-5 {
    border-radius: 5px;
  }

  .brad-8 {
    border-radius: 8px;
  }

  .brad-50 {
    border-radius: 50px;
  }

  /* for borders  */

  .br-0p {
    border: 0;
  }

  .br-gray-1p {
    border: 1px solid #e0dcdc;
  }

  .br-blue-1p {
    border: 1px solid #223b74;
  }

  .br-btmgray-1p {
    border-bottom: 1px solid #e0dcdc;
  }

  .br-tpgray-1p {
    border-top: 1px solid #e0dcdc;
  }

  .br-g2-1p {
    border: 1px solid #dee2e6;
  }

  /* for letter spacing  */

  .ls-1p {
    letter-spacing: 1px;
  }

  .ls-2p {
    letter-spacing: 2px;
  }

  .ls-3p {
    letter-spacing: 3px;
  }

  .ls-4p {
    letter-spacing: 4px;
  }

  /* for text-patterns*/

  .txt-up {
    text-transform: uppercase;
  }

  .txt-cap {
    text-transform: capitalize;
  }

  .txt-undline {
    text-decoration: underline !important;
  }

  /* for backgorund colors */

  .bg-white {
    background-color: white;
  }

  .bg-black {
    background-color: #000000;
  }

  .bg-trans {
    background: transparent;
  }

  /* for text-colors*/

  .text-black {
    color: #000000;
  }

  .text-white {
    color: #ffffff;
  }

  .text-yellow {
    color: #ffee4c;
  }

  .text-brown {
    color: #a25300;
  }

  .text-f1color {
    color: #202242;
  }

  .text-f2color {
    color: #a6234b;
  }

  .text-f3color {
    color: #020202;
  }

  .text-f4color {
    color: #262626;
  }

  .text-f5color {
    color: #212121;
  }

  .text-c1color {
    color: #190e00;
  }

  .text-c2color {
    color: #242424;
  }

  .text-c3color {
    color: #414141;
  }

  .text-c4color {
    color: #1c1c1c;
  }

  .text-c5color {
    color: #474747;
  }

  .text-c6color {
    color: #2b2b2b;
  }

  .text-c7color {
    color: #a81440;
  }

  .text-c8color {
    color: #292929;
  }

  .text-c9color {
    color: #161616;
  }

  .text-c10color {
    color: #63647a;
  }

  .text-c11color {
    color: #3a3089;
  }

  .text-c12color {
    color: #053302;
  }

  .text-c13color {
    color: #e27130;
  }

  .text-c14color {
    color: #0e1b2c;
  }

  .text-c15color {
    color: #c70038;
  }

  .text-c16color {
    color: #710c30;
  }

  .text-c17color {
    color: #f8ef8e;
  }

  .text-c18color {
    color: #151515;
  }

  /* for text-alignment*/

  .align-items {
    align-items: center;
  }

  .align-flex-end {
    align-items: flex-end;
  }

  .justify-space {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-flex-end {
    justify-content: flex-end;
  }

  .wh-space {
    white-space: pre-line;
  }

  .obj-fit {
    object-fit: cover;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  /* for font-size */

  .font11 {
    font-size: 11px;
  }

  .font12 {
    font-size: 12px;
  }

  .font13 {
    font-size: 13px;
  }

  .font14 {
    font-size: 14px;
  }

  .font15 {
    font-size: 15px;
  }

  .font16 {
    font-size: 16px;
  }

  .font17 {
    font-size: 17px;
  }

  .font18 {
    font-size: 18px;
  }

  .font20 {
    font-size: 20px;
  }

  .font22 {
    font-size: 22px;
  }

  .font23 {
    font-size: 23px;
  }

  .font24 {
    font-size: 24px;
  }

  .font26 {
    font-size: 26px;
  }

  .font28 {
    font-size: 28px;
  }

  .font30 {
    font-size: 30px;
  }

  .font32 {
    font-size: 32px;
  }

  .font34 {
    font-size: 34px;
  }

  .font36 {
    font-size: 36px;
  }

  .font44 {
    font-size: 44px;
  }

  .font40 {
    font-size: 40px;
  }

  .font50 {
    font-size: 50px;
  }

  .font52 {
    font-size: 52px;
  }

  /* for line-hieght */

  .lh-15p {
    line-height: 15px;
  }

  .lh-16p {
    line-height: 16px;
  }

  .lh-18p {
    line-height: 18px;
  }

  .lh-19p {
    line-height: 19px;
  }

  .lh-20p {
    line-height: 20px;
  }

  .lh-22p {
    line-height: 22px;
  }

  .lh-23p {
    line-height: 23px;
  }

  .lh-24p {
    line-height: 24px;
  }

  .lh-25p {
    line-height: 25px;
  }

  .lh-26p {
    line-height: 26px;
  }

  .lh-27p {
    line-height: 27px;
  }

  .lh-28p {
    line-height: 28px;
  }

  .lh-32p {
    line-height: 32px;
  }

  .lh-33p {
    line-height: 33px;
  }

  .lh-38p {
    line-height: 38px;
  }

  .lh-42p {
    line-height: 42px;
  }

  .lh-44p {
    line-height: 44px;
  }

  /* for font-weight */

  .fw-600 {
    font-weight: 600;
  }

  /* for font related css */

  .fnt-melanie {
    font-family: "MELANIE-YZRBQ", sans-serif;
  }

  .fnt-pop-light {
    font-family: "Poppins-Light", sans-serif;
  }

  .fnt-pop-regular {
    font-family: "Poppins-Regular", sans-serif;
  }

  .fnt-pop-medium {
    font-family: "Poppins-Medium", sans-serif;
  }

  .fnt-pop-semibold {
    font-family: "Poppins-SemiBold", sans-serif;
  }

  .fnt-pop-bold {
    font-family: "Poppins-Bold", sans-serif;
  }

  .fnt-arial {
    font-family: "ARIAL", sans-serif;
  }

  .fnt-arial-bold {
    font-family: "Arial-BoldMT", sans-serif;
  }

  .fnt-mont-light {
    font-family: "Poppins-Light", sans-serif;
  }

  .fnt-mont-book {
    font-family: "Poppins-Light", sans-serif;
  }

  .fnt-monst-reg {
    font-family: "Montserrat Regular", sans-serif;
  }

  .fnt-monst-light {
    font-family: "Montserrat Light", sans-serif;
  }

  .fnt-robo-light {
    font-family: "Roboto-Light", sans-serif;
  }

  .fnt-robo-reg {
    font-family: "Roboto-Regular", sans-serif;
  }

  .fnt-robo-bold {
    font-family: "Roboto-Bold", sans-serif;
  }

  .fnt-robo-med {
    font-family: "Roboto-Medium", sans-serif;
  }

  .fnt-robo-italic {
    font-family: "Roboto-Italic", sans-serif;
  }

  .fnt-robo-LightItalic {
    font-family: "Roboto-LightItalic", sans-serif;
  }

  .fnt-robo-black {
    font-family: "Roboto-Black", sans-serif;
  }

  .fnt-mont-reg {
    font-family: "Poppins-Regular", sans-serif;
  }

  .fnt-montsemi-bold {
    font-family: "Poppins-SemiBold", sans-serif;
  }

  .fnt-mont-bold {
    font-family: "Poppins-Bold", sans-serif;
  }

  .fnt-josefinsans-bold {
    font-family: "JosefinSans-Bold", sans-serif;
  }

  .fnt-josefinsans-semibold {
    font-family: "JosefinSans-SemiBold", sans-serif;
  }

  .fnt-BenguiatStd-Book {
    font-family: "BenguiatStd-Book", sans-serif;
  }

  .fnt-BenguiatStd-medium {
    font-family: "BenguiatStd-Medium", sans-serif;
  }

  .fnt-vivaldid {
    font-family: "VIVALDID", sans-serif;
  }

  .fnt-king2 {
    font-family: "Kingthings_Calligraphica_2", sans-serif;
  }

  /* for text-alignment*/

  .align-center {
    align-items: center;
  }

  .text-center {
    text-align: center;
  }

  .text-right {
    text-align: right;
  }

  .text-left {
    text-align: left;
  }

  .text-end {
    text-align: end;
  }

  .text-justify {
    text-align: justify;
  }

  .text-initial {
    text-align: initial;
  }

  body {
    font-size: 14px;
    line-height: 24px;
    /* font-family: 'Roboto-Regular'; */
    font-family: "Poppins-Light" , sans-serif !important;
    overflow-x: hidden;
  }

  .container {
    max-width: 1230px !important;
    padding-left: 0;
    padding-right: 0;
  }

  /*----- navbar toggler  css -----*/

  .navbar-toggler.x {
    border: none;
  }

  .navbar-toggler.x:focus {
    outline: none;
  }

  .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
  }

  .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
  }

  .navbar-toggler.x .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .navbar-toggler.x .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  .navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  /* ------------------------------------------------------------------------------------------------------------*/
  /* HOME PAGE STARTS HERE */
  /* ------------------------------------------------------------------------------------------------------------*/

  .common-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section_title {
    font-size: 33px;
    text-transform: uppercase;
    color: #242424;
    font-family: "JosefinSans-Bold", sans-serif;
  }

  .section_title2 {
    font-size: 40px;
    color: #fd7008;
    font-family: "Poppins-SemiBold", sans-serif;
  }

  .bg-maroon-gradient {
    background-image: linear-gradient(90deg, #ff9040 0%, #db0440 100%);
  }

  .bg-maroon-gradient:hover {
    background-image: linear-gradient(90deg, #db0440 0%, #ff9040 100%);
  }

  .btn-pd1 {
    padding: 15px 25px;
  }

  .trans-minus1p {
    transform: translateY(-1px);
  }

  .bg-properties {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .form-control:focus {
    box-shadow: none;
  }

  /* HEADER SECTION STARTS HERE   */

  /* .header-sec { */
  /* position: fixed; */
  /* top: 0; */
  /* width: 100%; */
  /* z-index: 9; */
  /* filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.07)); */
  /* background-color: #ffffff; */
  /* } */

  .main-bg {
    background-image: url(../images/inner-main-bg.jpg);
    background-position: center;
    background-repeat: repeat;
    position: relative;
  }

  .main-bg:before {
    content: "";
    background-image: url(../images/flower-br.png);
    background-position: center;
    /* background-repeat: repeat; */
    position: absolute;
    bottom: 20px;
    z-index: 1;
    width: 100%;
    height: 175px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .main-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }

  /* header top css */

  .header-top-blk {
    padding: 5.5px 0px;
    position: relative;
    z-index: 10;
    background-color: #570000;
    color: #fff;
  }

  /* .header-top-blk:before {
    content: "";
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    display: inline-block;
    height: 100%;
    z-index: -1;
    width: 85%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  } */

  .header-top-li li {
    margin-left: 10px;
    font-size: 14px;
  }

  /* .header-top-li li:nth-child(2) {
    margin-left: 30px;
  } */

  .header-top-li img {
    transform: translateY(-1px);
  }

  .login-btn a {
    color: #661000;
    background-color: #ffe8a2;
    padding: 8px 14px;
  }

  .regis-btn a {
    background-image: linear-gradient(90deg, #ff9040 0%, #db0440 100%);
    padding: 8px 14px;
  }

  .regis-btn a:hover {
    background-image: linear-gradient(90deg, #db0440 0%, #ff9040 100%);
  }

  .membership-ico {
    height: 20px;
  }

  .donate-ico {
    height: 18px;
  }

  /* header bottom desktop logo css */
  /* .desk-logo-blk {
    margin-top: -50px;
    position: relative;
    z-index: 2;
  }

  .desk-logo {
    margin-left: -80px;
  } */

  /* .cnf-btn a {
    color: #c70038;
    padding: 7px 15px;
    font-size: 14px;
  } */

  /* .border-gradient {
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #e32541, #ff8f40);
  } */

  /* HEADER-NAV CSS  */

  /* BANNER MAIN SECTION */

  .banner-sec {
    filter: drop-shadow(0px 10px 10px rgba(208, 108, 0, 0.2));
    background-color: #ffffff;
    padding: 5px;
    /* margin-bottom: -41px; */
    position: relative;
    z-index: 9;
  }

  .banner-br {
    background-image: url(../images/banner-bg.png);
    background-size: 100% 100%;
    display: grid;
    padding: 5px 0px;
    min-height: 488px;
  }

  .banner-content {
    padding-left: 65px;
  }

  .banner-btn a {
    padding: 12px 25px;
  }

  .carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    background-color: #fff;
    border-radius: 50%;
  }

  .carousel-indicators li.active {
    background-color: #aa0033;
  }

  /* welcome  css */

  .welcome-sec {
    background-color: #ffc000;
    padding-top: 90px;
    margin-top: -20px;
  }

  .welcome-title {
    font-size: 37px;
    color: #c70038;
    font-family: "JosefinSans-Bold", sans-serif;
  }

  .wel-btn {
    display: inline-block;
    border: 1px dashed #fff;
    padding: 2px;
    border-radius: 50px;
    height: 100%;
  }

  .wel-btn button {
    font-family: "Poppins-Light", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    padding: 11px 30px;
    width: 240px;
  }

  .wel-btn button:hover {
    background: #c70038;
    color: #fff;
  }

  .wel-btn:hover {
    border: 1px dashed #c70038;
  }

  /* your support css */
  .tax-box {
    border-image-source: url(../images/support-border.png) !important;
    border: 1px solid gray;
    padding: 20px 20px 10px 20px;
    border-image-repeat: stretch;
    border-image-slice: 32;
    border-image-width: 26px;
    border-image-outset: 0;
    display: inline-block;
  }

  .tax-box h3 {
    font-size: 42px;
    color: #a25300;
    font-family: "JosefinSans-Bold", sans-serif;
  }

  /*tana cultural section css */

  .w-des {
    top: 0;
    left: 0;
    height: 110px;
  }

  .wed-m {
    border-radius: 10px 10px 0px 0px;
    background-image: linear-gradient(90deg, #6f0b2f 0%, #d73d42 100%);
    padding: 10px;
  }

  .wedding-box {
    border-radius: 10px;
    border: 1px solid #ffc451;
    height: 100%;
  }

  .wed-content {
    padding: 15px;
  }

  .wed-ico img {
    height: 80px;
  }

  .wed-content p {
    letter-spacing: 0.8px;
  }

  .cul-btn button {
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 15px;
    width: 122px;
  }

  .c-btn1 {
    color: #370013;
    background-color: #f8ef8e;
  }

  .c-btn1:hover {
    background-color: #f6e988;
  }

  .c-btn2 {
    color: #ffffff;
    background-image: linear-gradient(90deg, #ff9040 0%, #db0440 100%);
  }

  .c-btn2:hover {
    background-image: linear-gradient(90deg, #db0440 0%, #ff9040 100%);
  }

  /* team square section css */

  .team-sq-sec {
    background: url("../images/team-sq-bg.png");
    padding-top: 60px;
    padding-bottom: 210px;
  }

  .team-sq-des {
    top: 0;
    left: 0;
  }

  .team-box {
    border-radius: 6px;
    background-image: linear-gradient(90deg, #6f0b2f 0%, #f9823b 100%);
    padding: 33px 30px 25px 30px;
    margin-top: 30px;
  }

  .team-c-n {
    width: 152px;
    height: 152px;
    border-radius: 50%;
    background-color: #d63d42;
    border: 3px solid #f7d889;
    margin: auto;
  }

  .team-c-n h4 {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 25px;
    text-transform: uppercase;
    color: #f8ef8e;
    font-family: "BenguiatStd-Medium", sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* news & events section events css */

  .up-br1 {
    border-radius: 8px 8px 0px 0px;
  }

  .up-br2 {
    border-radius: 8px 0px 0px 8px;
  }

  .upcoming-blk {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }

  .upcoming-box,
  .upcoming-box2 {
    border-radius: 8px;
    filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.07));
  }

  .upcoming__content,
  .upcoming__content2 {
    padding: 20px 20px 35px 20px;
  }

  .upcoming_btn a {
    padding: 10px 25px;
    border: 1px solid #c70038;
    color: #c70038;
  }

  .upcoming_btn a:hover {
    background: #c70038;
    color: #fff;
  }

  .upcoming__icon2 img {
    width: 200px;
    height: 250px;
    object-fit: cover;
  }

  /* gallery section */

  .trending_block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 15px;
  }

  .trend-ico {
    height: 205px;
    border-radius: 5px;
    object-fit: cover;
  }

  .trend-cont {
    position: absolute;
    bottom: 15px;
    left: 15px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .trend-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    width: 100%;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(
      180deg,
      #c7003800 46%,
      #c7003894 88%,
      #c70038 100%
    );
  }

  .trend-box:hover .trend-overlay,
  .trend-box:hover .trend-cont {
    opacity: 1;
  }

  /* Find Your Soul Mate section */

  .join-banner {
    background: url("../images/join-bg.png");
    background-size: 100% 100%;
    padding: 65px 0px 75px 0px;
    margin-top: 50px;
  }

  .join-btn button {
    padding: 10px 15px;
    width: 196px;
  }

  .join-btn1 {
    background-image: linear-gradient(-90deg, #0d5a08 0%, #5fb446 100%);
  }

  .join-btn2 {
    background-image: linear-gradient(-90deg, #c90151 0%, #eb6d19 100%);
  }

  .join-btn1:hover {
    background-image: linear-gradient(-90deg, #5fb446 0%, #0d5a08 100%);
  }

  .join-btn2:hover {
    background-image: linear-gradient(-90deg, #eb6d19 0%, #c90151 100%);
  }

  /* FOOTER SECTION CSS */

  .footer-sec {
    background-color: #f8f8f8;
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .footer-subtitle {
    font-size: 20px;
    letter-spacing: 1px;
    color: #161616;
    font-family: "Poppins-SemiBold", sans-serif;
    margin-bottom: 0px;
  }

  .work:last-child .footer-box {
    border-right: 0;
  }

  .footer-box {
    border-right: 1px solid #e7e7e7;
  }

  .f1box {
    margin-right: -25px;
  }

  .f2box {
    margin-left: 25px;
  }

  .footer-menu ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 130px;
  }

  .footer-menu ul li {
    background: url(../images/indicator.png) no-repeat left 17px;
    padding-top: 10px;
    padding-left: 15px;
    vertical-align: middle;
  }

  .footer-menu ul li a {
    font-size: 14px;
    color: #353535;
    font-family: "Roboto-Regular", sans-serif;
  }

  .footer-menu ul li a:hover {
    color: #a60a38;
  }

  .foot-help {
    border: 1px solid #ee5b62;
    padding: 7px 10px 9px 10px;
  }

  .foot-help h6 {
    background-image: -webkit-linear-gradient(
      45deg,
      #ec6d1a 10%,
      #dc3d34 30%,
      #d42142 50%
    );
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
  }

  /* <!--payment section-->   */

  .payment-sec {
    background-color: #fbfbfb;
    border-top: 1px solid #e0e0e0;
    padding: 12px 0px;
  }

  /* <!--copy right section-->   */

  .copy-sec {
    background-color: #c70038;
    padding: 20px 0px;
  }

  .disclaim-txt {
    border: 1px solid #e4727f;
    padding: 7px 25px;
  }

  .keep-blk {
    border: 1px solid #d84d74;
    display: inline-block;
    padding: 3px 35px;
  }

  /* social icons */

  .icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding: 14px;
    border-radius: 50px;
    display: inline-flex;
    margin: 2px 5px 2px 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    background: #fff;
    align-items: center;
    justify-content: center;
  }

  .icon i {
    font-size: 14px;
    /* position: absolute;
    left: 8px;
    top: 8px; */
  }

  .fb {
    color: #3d5b99;
  }

  .tw {
    color: #28aae1;
  }

  .in {
    color: #007bb5;
  }

  .gp {
    color: #db3e28;
  }

  .insta {
    color: #312e2f;
  }

  .yt {
    color: #e61a1d;
  }

  /* .fb i {
    left: 10px;
    top: 9px;
  } */

  .icon.social:hover {
    background: #f03a51;
    color: white;
  }

  /* ------------------------------------------------------- */
  /* INNER PAGES COMMON CSS */
  /* ------------------------------------------------------- */

  .inner-main-bg {
    background-image: url(../images/inner-main-bg.jpg);
    background-position: center;
    background-repeat: repeat;
    position: relative;
    /* padding-bottom: 80px; */
  }

  .inner-yel-bg {
    position: absolute;
    top: 30%;
    z-index: 0;
  }

  .inner-bg {
    filter: drop-shadow(0px 10px 10px rgba(208, 108, 0, 0.2));
    background-color: #ffffff;
    padding: 5px;
  }

  /* .inner-border1 {background: url(../images/top-d.png) repeat-x -4px top, url(../images/bottom-d.png) repeat-x -4px bottom;} */
  .inner-border2 {
    /* background: url(../images/left-d.png) repeat-y left top, url(../images/right-d.png) repeat-y right bottom; */
    padding: 30px;
  }

  .innerban-ico {
    height: 280px;
    object-fit: cover;
  }

  .inner-title1 {
    font-size: 28px;
    line-height: 40px;
    color: #171717;
    border-bottom: 1px solid #ffc000;
    padding: 8px 0px;
    margin-bottom: 15px;
  }
  .inner-title1 span {
    font-size: 34px;
  }
  .inner-head-4 {
    color: #000;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 14px;
  }
  .inner-head-1 {
    color: #c70037;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
  }
p{margin-bottom: 8px !important;}
  /*kiran*/
  .block-row {
    clear: both;
  }

  .block-row:before,
  .block-row:after {
    content: "";
    display: table;
    line-height: 0;
  }

  .left-block,
  .right-block,
  .left-block2,
  .middle-block2,
  .right-block2,
  .left-block3,
  .right-block3,
  .left-block4,
  .right-block4,
  .left-block5,
  .right-block5,
  .left-block6,
  .middle-block6,
  .right-block6,
  .left-block7,
  .right-block7,
  .left-block8,
  .right-block8 {
    float: left;
    min-height: 30px;
  }

  .left-block {
    width: 15%;
    background-color: #f3f3f3;
    padding-top: 10px;
  }

  .right-block {
    width: 85%;
    background-color: #f3f3f3;
    padding-top: 10px;
  }

  .left-block2 {
    width: 33%;
    background-color: #f3f3f3;
    padding-top: 10px;
  }

  .middle-block2 {
    width: 30%;
    background-color: #f8f8f8;
    padding-top: 10px;
  }

  .right-block2 {
    width: 36%;
    background-color: #f3f3f3;
    padding-top: 10px;
  }

  .left-block3 {
    width: 25%;
  }

  .right-block3 {
    width: 75%;
  }

  .left-block4 {
    width: 27.5%;
  }

  .right-block4 {
    width: 72.5%;
  }

  .left-block5 {
    width: 50%;
  }

  .right-block5 {
    width: 50%;
  }

  .left-block6 {
    width: 33%;
  }

  .middle-block6 {
    width: 33%;
  }

  .right-block6 {
    width: 33%;
  }

  .left-block7 {
    width: 30%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .right-block7 {
    width: 70%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .left-block8 {
    width: 23%;
  }

  .right-block8 {
    width: 77%;
  }

  /* -- LINE HEIGHT [start] -- */
  .l-h5 {
    line-height: 5px;
  }

  .l-h6 {
    line-height: 6px;
  }

  .l-h7 {
    line-height: 7px;
  }

  .l-h8 {
    line-height: 8px;
  }

  .l-h9 {
    line-height: 9px;
  }

  .l-h10 {
    line-height: 10px;
  }

  .l-h12 {
    line-height: 12px;
  }

  .l-h14 {
    line-height: 14px;
  }

  .l-h16 {
    line-height: 16px;
  }

  .l-h18 {
    line-height: 18px;
  }

  .l-h19 {
    line-height: 19px;
  }

  .l-h20 {
    line-height: 20px;
  }

  .l-h22 {
    line-height: 22px;
  }

  .l-h24 {
    line-height: 24px;
  }

  .l-h26 {
    line-height: 26px;
  }

  .l-h28 {
    line-height: 28px;
  }

  .l-h30 {
    line-height: 30px;
  }

  .l-h32 {
    line-height: 32px;
  }

  .l-h34 {
    line-height: 34px;
  }

  .l-h36 {
    line-height: 36px;
  }

  .l-h38 {
    line-height: 38px;
  }

  .l-h40 {
    line-height: 40px;
  }

  .l-h42 {
    line-height: 42px;
  }

  .l-h44 {
    line-height: 44px;
  }

  .l-h46 {
    line-height: 46px;
  }

  .l-h48 {
    line-height: 48px;
  }

  .l-h50 {
    line-height: 50px;
  }

  .l-h52 {
    line-height: 52px;
  }

  .l-h54 {
    line-height: 54px;
  }

  .l-h56 {
    line-height: 56px;
  }

  .l-h58 {
    line-height: 58px;
  }

  .l-h60 {
    line-height: 60px;
  }

  .l-h62 {
    line-height: 62px;
  }

  .l-h64 {
    line-height: 64px;
  }

  .l-h66 {
    line-height: 66px;
  }

  .l-h68 {
    line-height: 68px;
  }

  .l-h70 {
    line-height: 70px;
  }

  .l-h72 {
    line-height: 72px;
  }

  .l-h74 {
    line-height: 74px;
  }

  .l-h76 {
    line-height: 76px;
  }

  .l-h78 {
    line-height: 78px;
  }

  .l-h80 {
    line-height: 80px;
  }

  .l-hn {
    line-height: normal;
  }

  .l-h0 {
    line-height: 0px;
  }

  /* -- LINE HEIGHT [end] -- */

  .font5 {
    font-size: 5px;
  }

  .font6 {
    font-size: 6px;
  }

  .font7 {
    font-size: 7px;
  }

  .font8 {
    font-size: 8px;
  }

  .font10 {
    font-size: 10px;
  }

  .font11 {
    font-size: 11px;
  }

  .font12 {
    font-size: 12px;
  }

  .font13 {
    font-size: 13px;
  }

  .font14 {
    font-size: 14px;
  }

  .font15 {
    font-size: 15px;
  }

  .font16 {
    font-size: 16px;
  }

  .font17 {
    font-size: 17px;
  }

  .font18 {
    font-size: 18px;
  }

  .font19 {
    font-size: 19px;
  }

  .font20 {
    font-size: 20px;
  }

  .font21 {
    font-size: 21px;
  }

  .font22 {
    font-size: 22px;
  }

  .font23 {
    font-size: 23px;
  }

  .font24 {
    font-size: 24px;
  }

  .font25 {
    font-size: 25px;
  }

  .font26 {
    font-size: 26px;
  }

  .font27 {
    font-size: 27px;
  }

  .font28 {
    font-size: 28px;
  }

  .font29 {
    font-size: 29px;
  }

  .font30 {
    font-size: 30px;
  }

  .font32 {
    font-size: 32px;
  }

  .font34 {
    font-size: 34px;
  }

  .font36 {
    font-size: 36px;
  }

  .font38 {
    font-size: 38px;
  }

  .font40 {
    font-size: 40px;
  }

  .font42 {
    font-size: 42px;
  }

  .font44 {
    font-size: 44px;
  }

  .font46 {
    font-size: 46px;
  }

  .font48 {
    font-size: 48px;
  }

  .font50 {
    font-size: 50px;
  }

  .font52 {
    font-size: 52px;
  }

  .font54 {
    font-size: 54px;
  }

  .font56 {
    font-size: 56px;
  }

  .font58 {
    font-size: 58px;
  }

  .font60 {
    font-size: 60px;
  }

  .font62 {
    font-size: 62px;
  }

  .font64 {
    font-size: 64px;
  }

  .font66 {
    font-size: 66px;
  }

  .font68 {
    font-size: 68px;
  }

  .font70 {
    font-size: 70px;
  }

  .font72 {
    font-size: 72px;
  }

  .font74 {
    font-size: 74px;
  }

  .font76 {
    font-size: 76px;
  }

  .font78 {
    font-size: 78px;
  }

  .font80 {
    font-size: 80px;
  }

  .font85 {
    font-size: 85px;
  }

  .font90 {
    font-size: 90px;
  }

  .font95 {
    font-size: 95px;
  }

  .font100 {
    font-size: 100px;
  }

  .t-p0 {
    padding-top: 0px !important;
  }

  .t-p1 {
    padding-top: 1px;
  }

  .t-p2 {
    padding-top: 2px;
  }

  .t-p3 {
    padding-top: 3px;
  }

  .t-p4 {
    padding-top: 4px;
  }

  .t-p5 {
    padding-top: 5px;
  }

  .t-p6 {
    padding-top: 6px;
  }

  .t-p7 {
    padding-top: 7px;
  }

  .t-p8 {
    padding-top: 8px;
  }

  .t-p9 {
    padding-top: 9px;
  }

  .t-p10 {
    padding-top: 10px;
  }

  .t-p11 {
    padding-top: 11px;
  }

  .t-p12 {
    padding-top: 12px;
  }

  .t-p13 {
    padding-top: 13px;
  }

  .t-p14 {
    padding-top: 14px;
  }

  .t-p15 {
    padding-top: 15px;
  }

  .t-p16 {
    padding-top: 16px;
  }

  .t-p17 {
    padding-top: 17px;
  }

  .t-p18 {
    padding-top: 18px;
  }

  .t-p19 {
    padding-top: 19px;
  }

  .t-p20 {
    padding-top: 20px !important;
  }

  .t-p25 {
    padding-top: 25px;
  }

  .t-p30 {
    padding-top: 30px;
  }

  .t-p35 {
    padding-top: 35px;
  }

  .t-p40 {
    padding-top: 40px;
  }

  .t-p45 {
    padding-top: 45px;
  }

  .t-p50 {
    padding-top: 50px;
  }

  .t-p55 {
    padding-top: 55px;
  }

  .t-p60 {
    padding-top: 60px;
  }

  .t-p65 {
    padding-top: 65px;
  }

  .t-p70 {
    padding-top: 70px;
  }

  .t-p75 {
    padding-top: 75px;
  }

  .t-p77 {
    padding-top: 77px;
  }

  .t-p80 {
    padding-top: 80px;
  }

  .t-p85 {
    padding-top: 85px;
  }

  .t-p90 {
    padding-top: 90px;
  }

  .t-p95 {
    padding-top: 95px;
  }

  .t-p100 {
    padding-top: 100px;
  }

  .b-p0 {
    padding-bottom: 0px !important;
  }

  .b-p1 {
    padding-bottom: 1px;
  }

  .b-p2 {
    padding-bottom: 2px;
  }

  .b-p3 {
    padding-bottom: 3px;
  }

  .b-p4 {
    padding-bottom: 4px;
  }

  .b-p5 {
    padding-bottom: 5px;
  }

  .b-p6 {
    padding-bottom: 6px;
  }

  .b-p7 {
    padding-bottom: 7px;
  }

  .b-p8 {
    padding-bottom: 8px;
  }

  .b-p9 {
    padding-bottom: 9px;
  }

  .b-p10 {
    padding-bottom: 10px;
  }

  .b-p12 {
    padding-bottom: 12px;
  }

  .b-p13 {
    padding-bottom: 13px;
  }

  .b-p15 {
    padding-bottom: 15px;
  }

  .b-p20 {
    padding-bottom: 20px;
  }

  .b-p25 {
    padding-bottom: 25px;
  }

  .b-p30 {
    padding-bottom: 30px;
  }

  .b-p35 {
    padding-bottom: 35px;
  }

  .b-p40 {
    padding-bottom: 40px;
  }

  .b-p45 {
    padding-bottom: 45px;
  }

  .b-p50 {
    padding-bottom: 50px;
  }

  .b-p55 {
    padding-bottom: 55px;
  }

  .b-p60 {
    padding-bottom: 60px;
  }

  .b-p65 {
    padding-bottom: 65px;
  }

  .b-p70 {
    padding-bottom: 70px;
  }

  .b-p75 {
    padding-bottom: 75px;
  }

  .b-p80 {
    padding-bottom: 80px;
  }

  .b-p85 {
    padding-bottom: 85px;
  }

  .b-p90 {
    padding-bottom: 90px;
  }

  .b-p95 {
    padding-bottom: 95px;
  }

  .b-p100 {
    padding-bottom: 100px;
  }

  .l-r-p0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .l-r-p1 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .l-r-p2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .l-r-p3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .l-r-p4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .l-r-p5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .l-r-p5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .l-r-p6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .l-r-p7 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .l-r-p8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .l-r-p9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .l-r-p10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .l-r-p13 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .l-r-p15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .l-r-p17 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .l-r-p20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-r-p25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .l-r-p30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .l-r-p35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .l-r-p38 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .l-r-p40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-r-p45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .l-r-p50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .l-r-p55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .l-r-p60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .l-r-p65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .l-r-p70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .l-r-p75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .l-r-p80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .l-r-p85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .l-r-p90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .l-r-p95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .l-r-p100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .l-p0 {
    padding-left: 0px !important;
  }

  .l-p1 {
    padding-left: 1px;
  }

  .l-p2 {
    padding-left: 2px;
  }

  .l-p3 {
    padding-left: 3px;
  }

  .l-p4 {
    padding-left: 4px;
  }

  .l-p5 {
    padding-left: 5px;
  }

  .l-p6 {
    padding-left: 6px;
  }

  .l-p7 {
    padding-left: 7px;
  }

  .l-p8 {
    padding-left: 8px;
  }

  .l-p9 {
    padding-left: 9px;
  }

  .l-p10 {
    padding-left: 10px;
  }

  .l-p15 {
    padding-left: 15px;
  }

  .l-p20 {
    padding-left: 20px;
  }

  .l-p25 {
    padding-left: 25px;
  }

  .l-p30 {
    padding-left: 30px;
  }

  .l-p35 {
    padding-left: 35px;
  }

  .l-p40 {
    padding-left: 40px;
  }

  .l-p45 {
    padding-left: 45px;
  }

  .l-p50 {
    padding-left: 50px;
  }

  .l-p55 {
    padding-left: 55px;
  }

  .l-p60 {
    padding-left: 60px;
  }

  .l-p65 {
    padding-left: 65px;
  }

  .l-p70 {
    padding-left: 70px;
  }

  .l-p75 {
    padding-left: 75px;
  }

  .l-p80 {
    padding-left: 80px;
  }

  .l-p85 {
    padding-left: 85px;
  }

  .l-p90 {
    padding-left: 90px;
  }

  .l-p95 {
    padding-left: 95px;
  }

  .l-p100 {
    padding-left: 100px;
  }

  .r-p0 {
    padding-right: 0px !important;
  }

  .r-p1 {
    padding-right: 1px;
  }

  .r-p2 {
    padding-right: 2px;
  }

  .r-p3 {
    padding-right: 3px;
  }

  .r-p4 {
    padding-right: 4px;
  }

  .r-p5 {
    padding-right: 5px;
  }

  .r-p6 {
    padding-right: 6px;
  }

  .r-p7 {
    padding-right: 7px;
  }

  .r-p8 {
    padding-right: 8px;
  }

  .r-p9 {
    padding-right: 9px;
  }

  .r-p10 {
    padding-right: 10px;
  }

  .r-p15 {
    padding-right: 15px;
  }

  .r-p20 {
    padding-right: 20px;
  }

  .r-p25 {
    padding-right: 25px;
  }

  .r-p30 {
    padding-right: 30px;
  }

  .r-p35 {
    padding-right: 35px;
  }

  .r-p40 {
    padding-right: 40px;
  }

  .r-p45 {
    padding-right: 45px;
  }

  .r-p50 {
    padding-right: 50px;
  }

  .r-p51 {
    padding-right: 51px;
  }

  .r-p55 {
    padding-right: 55px;
  }

  .r-p60 {
    padding-right: 60px;
  }

  .r-p65 {
    padding-right: 65px;
  }

  .r-p70 {
    padding-right: 70px;
  }

  .r-p75 {
    padding-right: 75px;
  }

  .r-p80 {
    padding-right: 80px;
  }

  .r-p85 {
    padding-right: 85px;
  }

  .r-p90 {
    padding-right: 90px;
  }

  .r-p95 {
    padding-right: 95px;
  }

  .r-p100 {
    padding-right: 100px;
  }

  .r-p250 {
    padding-right: 350px;
  }

  .p0 {
    padding: 0px;
  }

  .p1 {
    padding: 1px;
  }

  .p2 {
    padding: 2px;
  }

  .p3 {
    padding: 3px;
  }

  .p4 {
    padding: 4px;
  }

  .p5 {
    padding: 5px;
  }

  .p6 {
    padding: 6px;
  }

  .p7 {
    padding: 7px;
  }

  .p8 {
    padding: 8px;
  }

  .p9 {
    padding: 9px;
  }

  .p10 {
    padding: 10px;
  }

  .p15 {
    padding: 15px;
  }

  .p20 {
    padding: 20px;
  }

  .p25 {
    padding: 25px;
  }

  .p30 {
    padding: 30px;
  }

  .p35 {
    padding: 35px;
  }

  .p40 {
    padding: 40px;
  }

  .p45 {
    padding: 45px;
  }

  .p50 {
    padding: 50px;
  }

  .p55 {
    padding: 55px;
  }

  .p60 {
    padding: 60px;
  }

  .p65 {
    padding: 65px;
  }

  .p70 {
    padding: 70px;
  }

  .p65 {
    padding: 65px;
  }

  .p70 {
    padding: 70px;
  }

  .p75 {
    padding: 75px;
  }

  .p80 {
    padding: 80px;
  }

  .p85 {
    padding: 85px;
  }

  .p90 {
    padding: 90px;
  }

  .p95 {
    padding: 95px;
  }

  .p100 {
    padding: 100px;
  }

  .t-m1n {
    margin-top: -1px;
  }

  .t-m2n {
    margin-top: -2px;
  }

  .t-m3n {
    margin-top: -3px;
  }

  .t-m4n {
    margin-top: -4px;
  }

  .t-m5n {
    margin-top: -5px;
  }

  .t-m6n {
    margin-top: -6px;
  }

  .t-m7n {
    margin-top: -7px;
  }

  .t-m8n {
    margin-top: -8px;
  }

  .t-m9n {
    margin-top: -9px;
  }

  .t-m10n {
    margin-top: -10px;
  }

  .t-m15n {
    margin-top: -15px;
  }

  .t-m20n {
    margin-top: -20px;
  }

  .t-m25n {
    margin-top: -25px;
  }

  .t-m30n {
    margin-top: -30px;
  }

  .t-m35n {
    margin-top: -35px;
  }

  .t-m40n {
    margin-top: -40px;
  }

  .t-m42n {
    margin-top: -42px;
  }

  .t-m45n {
    margin-top: -45px;
  }

  .t-m50n {
    margin-top: -50px;
  }

  .t-m55n {
    margin-top: -55px;
  }

  .t-m60n {
    margin-top: -60px;
  }

  .t-m65n {
    margin-top: -65px;
  }

  .t-m70n {
    margin-top: -70px;
  }

  .t-m75n {
    margin-top: -75px;
  }

  .t-m80n {
    margin-top: -80px;
  }

  .t-m85n {
    margin-top: -85px;
  }

  .t-m90n {
    margin-top: -90px;
  }

  .t-m92n {
    margin-top: -92px;
  }

  .t-m95n {
    margin-top: -95px;
  }

  .t-m100n {
    margin-top: -100px;
  }

  .t-m0 {
    margin-top: 0px !important;
  }

  .t-m1 {
    margin-top: 1px;
  }

  .t-m2 {
    margin-top: 2px;
  }

  .t-m3 {
    margin-top: 3px;
  }

  .t-m4 {
    margin-top: 4px;
  }

  .t-m5 {
    margin-top: 5px;
  }

  .t-m6 {
    margin-top: 6px;
  }

  .t-m7 {
    margin-top: 7px;
  }

  .t-m8 {
    margin-top: 8px;
  }

  .t-m9 {
    margin-top: 9px;
  }

  .t-m10 {
    margin-top: 10px;
  }

  .t-m15 {
    margin-top: 15px;
  }

  .t-m20 {
    margin-top: 20px;
  }

  .t-m25 {
    margin-top: 25px;
  }

  .t-m30 {
    margin-top: 30px;
  }

  .t-m35 {
    margin-top: 35px;
  }

  .t-m40 {
    margin-top: 40px;
  }

  .t-m45 {
    margin-top: 45px;
  }

  .t-m50 {
    margin-top: 50px;
  }

  .t-m55 {
    margin-top: 55px;
  }

  .t-m60 {
    margin-top: 60px;
  }

  .t-m65 {
    margin-top: 65px;
  }

  .t-m70 {
    margin-top: 70px;
  }

  .t-m75 {
    margin-top: 75px;
  }

  .t-m80 {
    margin-top: 80px;
  }

  .t-m85 {
    margin-top: 85px;
  }

  .t-m90 {
    margin-top: 90px;
  }

  .t-m100 {
    margin-top: 100px;
  }

  .l-r-m-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .l-r-m0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .l-r-m1 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .l-r-m2 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .l-r-m3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .l-r-m4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .l-r-m5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .l-r-m6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .l-r-m7 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .l-r-m8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .l-r-m9 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .l-r-m10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .l-r-m15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .l-r-m20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .l-r-m25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .l-r-m30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .l-r-m35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .l-r-m40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .l-r-m45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .l-r-m50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .l-r-m55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .l-r-m60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .l-r-m65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .l-r-m70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .l-r-m75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .l-r-m80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .l-r-m85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .l-r-m90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .l-r-m95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .l-r-m100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .l-m0 {
    margin-left: 0px !important;
  }

  .l-m1 {
    margin-left: 1px;
  }

  .l-m2 {
    margin-left: 2px;
  }

  .l-m3 {
    margin-left: 3px;
  }

  .l-m4 {
    margin-left: 4px;
  }

  .l-m5 {
    margin-left: 5px;
  }

  .l-m6 {
    margin-left: 6px;
  }

  .l-m7 {
    margin-left: 7px;
  }

  .l-m8 {
    margin-left: 8px;
  }

  .l-m9 {
    margin-left: 9px;
  }

  .l-m10 {
    margin-left: 10px;
  }

  .l-m15 {
    margin-left: 15px;
  }

  .l-m20 {
    margin-left: 20px;
  }

  .l-m25 {
    margin-left: 25px;
  }

  .l-m30 {
    margin-left: 30px;
  }

  .l-m35 {
    margin-left: 35px;
  }

  .l-m40 {
    margin-left: 40px;
  }

  .l-m45 {
    margin-left: 45px;
  }

  .l-m50 {
    margin-left: 50px;
  }

  .l-m55 {
    margin-left: 55px;
  }

  .l-m60 {
    margin-left: 60px;
  }

  .l-m65 {
    margin-left: 65px;
  }

  .l-m70 {
    margin-left: 70px;
  }

  .l-m75 {
    margin-left: 75px;
  }

  .l-m80 {
    margin-left: 80px;
  }

  .l-m85 {
    margin-left: 85px;
  }

  .l-m90 {
    margin-left: 90px;
  }

  .l-m95 {
    margin-left: 95px;
  }

  .l-m100 {
    margin-left: 100px;
  }

  .l-m1n {
    margin-left: -1px;
  }

  .l-m2n {
    margin-left: -2px;
  }

  .l-m3n {
    margin-left: -3px;
  }

  .l-m4n {
    margin-left: -4px;
  }

  .l-m5n {
    margin-left: -5px;
  }

  .l-m6n {
    margin-left: -6px;
  }

  .l-m7n {
    margin-left: -7px;
  }

  .l-m8n {
    margin-left: -8px;
  }

  .l-m9n {
    margin-left: -9px;
  }

  .l-m10n {
    margin-left: -10px;
  }

  .l-m15n {
    margin-left: -15px;
  }

  .l-m20n {
    margin-left: -20px;
  }

  .l-m25n {
    margin-left: -25px;
  }

  .l-m30n {
    margin-left: -30px;
  }

  .l-m35n {
    margin-left: -35px;
  }

  .l-m40n {
    margin-left: -40px;
  }

  .l-m45n {
    margin-left: -45px;
  }

  .l-m50n {
    margin-left: -50px;
  }

  .l-m55n {
    margin-left: -55px;
  }

  .l-m60n {
    margin-left: -60px;
  }

  .l-m65n {
    margin-left: -65px;
  }

  .l-m70n {
    margin-left: -70px;
  }

  .l-m75n {
    margin-left: -75px;
  }

  .l-m80n {
    margin-left: -80px;
  }

  .l-m85n {
    margin-left: -85px;
  }

  .l-m90n {
    margin-left: -75px;
  }

  .l-m95n {
    margin-left: -95px;
  }

  .l-m100n {
    margin-left: 100px;
  }

  .r-m0 {
    margin-right: 0px !important;
  }

  .r-m1 {
    margin-right: 1px;
  }

  .r-m2 {
    margin-right: 2px;
  }

  .r-m3 {
    margin-right: 3px;
  }

  .r-m4 {
    margin-right: 4px;
  }

  .r-m5 {
    margin-right: 5px;
  }

  .r-m6 {
    margin-right: 6px;
  }

  .r-m7 {
    margin-right: 7px;
  }

  .r-m8 {
    margin-right: 8px;
  }

  .r-m9 {
    margin-right: 9px;
  }

  .r-m10 {
    margin-right: 10px;
  }

  .r-m15 {
    margin-right: 15px;
  }

  .r-m20 {
    margin-right: 20px;
  }

  .r-m25 {
    margin-right: 25px;
  }

  .r-m30 {
    margin-right: 30px;
  }

  .r-m35 {
    margin-right: 35px;
  }

  .r-m40 {
    margin-right: 40px;
  }

  .r-m45 {
    margin-right: 45px;
  }

  .r-m50 {
    margin-right: 50px;
  }

  .r-m55 {
    margin-right: 55px;
  }

  .r-m60 {
    margin-right: 60px;
  }

  .r-m65 {
    margin-right: 65px;
  }

  .r-m70 {
    margin-right: 70px;
  }

  .r-m75 {
    margin-right: 75px;
  }

  .r-m80 {
    margin-right: 80px;
  }

  .r-m85 {
    margin-right: 85px;
  }

  .r-m90 {
    margin-right: 90px;
  }

  .r-m95 {
    margin-right: 95px;
  }

  .r-m100 {
    margin-right: 100px;
  }

  .b-m0 {
    margin-bottom: 0px !important;
  }

  .b-m1 {
    margin-bottom: 2px;
  }

  .b-m2 {
    margin-bottom: 2px;
  }

  .b-m3 {
    margin-bottom: 3px;
  }

  .b-m4 {
    margin-bottom: 4px;
  }

  .b-m5 {
    margin-bottom: 5px;
  }

  .b-m6 {
    margin-bottom: 6px;
  }

  .b-m7 {
    margin-bottom: 7px;
  }

  .b-m8 {
    margin-bottom: 8px;
  }

  .b-m9 {
    margin-bottom: 9px;
  }

  .b-m10 {
    margin-bottom: 10px;
  }

  .b-m15 {
    margin-bottom: 15px;
  }

  .b-m20 {
    margin-bottom: 20px;
  }

  .b-m25 {
    margin-bottom: 25px;
  }

  .b-m30 {
    margin-bottom: 30px;
  }

  .b-m35 {
    margin-bottom: 35px;
  }

  .b-m40 {
    margin-bottom: 40px;
  }

  .b-m45 {
    margin-bottom: 45px;
  }

  .b-m50 {
    margin-bottom: 50px;
  }

  .b-m55 {
    margin-bottom: 55px;
  }

  .b-m60 {
    margin-bottom: 60px;
  }

  .b-m65 {
    margin-bottom: 65px;
  }

  .b-m70 {
    margin-bottom: 70px;
  }

  .b-m75 {
    margin-bottom: 75px;
  }

  .b-m80 {
    margin-bottom: 80px;
  }

  .b-m85 {
    margin-bottom: 85px;
  }

  .b-m90 {
    margin-bottom: 90px;
  }

  .b-m95 {
    margin-bottom: 95px;
  }

  .b-m100 {
    margin-bottom: 100px;
  }

  .m0 {
    margin: 0px;
  }

  .m1 {
    margin: 1px;
  }

  .m2 {
    margin: 2px;
  }

  .m3 {
    margin: 3px;
  }

  .m4 {
    margin: 4px;
  }

  .m5 {
    margin: 5px;
  }

  .m6 {
    margin: 6px;
  }

  .m7 {
    margin: 7px;
  }

  .m8 {
    margin: 8px;
  }

  .m9 {
    margin: 9px;
  }

  .m10 {
    margin: 10px;
  }

  .m15 {
    margin: 15px;
  }

  .m20 {
    margin: 20px;
  }

  .m25 {
    margin: 25px;
  }

  .m30 {
    margin: 30px;
  }

  .m35 {
    margin: 35px;
  }

  .m40 {
    margin: 40px;
  }

  .m45 {
    margin: 45px;
  }

  .m50 {
    margin: 50px;
  }

  .m55 {
    margin: 55px;
  }

  .m60 {
    margin: 60px;
  }

  .m60 {
    margin: 60px;
  }

  .m65 {
    margin: 65px;
  }

  .m70 {
    margin: 70px;
  }

  .m75 {
    margin: 75px;
  }

  .m80 {
    margin: 80px;
  }

  .m85 {
    margin: 85px;
  }

  .m90 {
    margin: 90px;
  }

  .m95 {
    margin: 95px;
  }

  .m100 {
    margin: 100px;
  }

  /* kiran css end*/

  /* ------------------------------------------------------- */
  /* REGISTER PAGE CSS*/
  /* ------------------------------------------------------- */

  .regisform-bg {
    padding: 60px 80px 80px 80px;
    filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    font-family: "Roboto-Regular", sans-serif;
  }

  .register-form label {
    font-size: 14px;
    color: #393939;
  }

  .register-form input,
  .register-form select {
    font-size: 14px;
    height: 3rem;
    border-radius: 0px;
    color: #6c757d;
  }

  .register-form select {
    width: 100%;
    border: 1px solid #ced4da;
    padding-left: 10px;
    background: #fff;
    font-family: "Roboto-Regular", sans-serif;
  }

  .stepreg-btn {
    padding: 10px 70px;
    font-size: 17px;
  }

  /* checkbox css */
  .form-check-inline input {
    height: 18px !important;
    width: 18px !important;
    margin-right: 5px;
    transform: translateY(-3px);
  }

  .check-inp-box .form-check-inline input {
    transform: translateY(-7px);
  }

  /* note css */

  .note-box {
    filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.1));
    padding: 10px;
  }

  .note-heading h4 {
    background: #d73c42;
    padding: 8px 0px;
  }

  .note-li li {
    background: url(../images/note.png) no-repeat left 7px;
    margin-top: 20px;
    padding-left: 30px;
    display: inline-flex;
    align-items: center;
    background-position: left;
    font-size: 14px;
  }

  /* ------------------------------------------------------- */
  /* REGISTER step-2 PAGE CSS*/
  /* ------------------------------------------------------- */

  .form-head {
    color: #ff5400;
    font-family: "Poppins-Medium", sans-serif;
    line-height: 24px;
  }

  .form-head2 {
    color: #393939;
    line-height: 18px;
  }

  /* ------------------------------------------------------- */
  /* REGISTER step-3 PAGE CSS*/
  /* ------------------------------------------------------- */

  .page-min-hignt2 {
    min-height: 505px !important;
  }

  /* ------------------------------------------------------- */
  /* REGISTER step-4 PAGE CSS*/
  /* ------------------------------------------------------- */

  .page-min-hignt {
    min-height: 717px !important;
  }

  .page-min-hignt2 {
    min-height: 505px !important;
  }

  .page-min-hignt3 {
    min-height: 559px !important;
  }

  .page-min-hignt4 {
    min-height: 646px !important;
  }

  .page-min-hignt5 {
    min-height: 717px !important;
  }

  .page-min-hignt6 {
    min-height: 652px !important;
  }

  .page-min-hignt7 {
    min-height: 1068px !important;
  }

  .page-min-hignt8 {
    min-height: 714px !important;
  }

  .page-min-hignt9 {
    min-height: 443px !important;
  }

  .regisform-bg3 {
    padding: 35px 65px 35px 65px;
    filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
  }

  .refine2 {
    background-color: #d73c43;
    margin: 0px 10px 0px 10px;
  }

  .refine2 h4 {
    font-size: 24px;
    padding: 10px 15px 10px 15px;
  }

  .board-sec2 {
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.07));
    background-color: #ffffff !important;
    padding: 10px 0px 10px 0px;
  }

  .proff-border {
    border: 1px solid #c7c7c7;
  }

  .proff-border2 {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
  }

  .prov-head {
    font-size: 20px;
    letter-spacing: 1px;
    color: #ff5635;
    font-family: "Poppins-Medium", sans-serif;
    margin: 0px;
    line-height: 24px;
    text-transform: uppercase;
  }

  .proff-button {
    border-radius: 50px;
    background-image: linear-gradient(90deg, #c5393f 0%, #a5214b 100%);
    padding: 6px 43px;
    border: 0;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #ffffff;
    font-family: "Poppins-Regular", sans-serif;
    text-transform: uppercase;
  }

  .proff-button:hover {
    background-image: linear-gradient(90deg, #a5214b 0%, #c5393f 100%);
    color: #ffffff;
  }

  /**/
  .photoupload2 {
    min-height: 37px;
    background: url(../images/horoscope.png) no-repeat center center;
    position: relative;
    border-radius: 100px;
  }

  .photouploadfile2 {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 100%;
  }

  input[type="file"] {
    display: block;
  }

  .photoupload {
    min-height: 37px;

    background: url(../images/add-proff.png) no-repeat center center;
    position: relative;
    border-radius: 100px;
  }

  .photouploadfile {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 100%;
  }

  input[type="file"] {
    display: block;
  }

  /**/

  .proff-button2 {
    border-radius: 50px;
    background-image: linear-gradient(90deg, #c5393f 0%, #a5214b 100%);
    padding: 8px 60px;
    border: 0;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #ffffff;
    font-family: "Poppins-Regular", sans-serif;
    text-transform: uppercase;
  }

  .proff-button2:hover {
    background-image: linear-gradient(90deg, #a5214b 0%, #c5393f 100%);
    color: #ffffff;
  }

  .prof-t-b {
    color: #ac2749;
    font-size: 16px;
  }

  .edit-t {
    font-family: "Poppins-Medium", sans-serif;
    color: #ff5400;
    font-size: 26px;
    text-transform: uppercase;
  }

  .modifi-li a {
    background-image: linear-gradient(90deg, #fff 0%, #fff 100%);
    color: #414141;
    display: block;
    padding-left: 24px;
    text-decoration: none;
    color: black;
    color: #414141;
    border-top: 1px solid #e2e2e2;
  }

  .modifi-li li:hover a,
  .modifi-li li.active a {
    background-image: linear-gradient(90deg, #d83d43 0%, #ff7e52 100%);
    color: #ffffff;
  }

  .modifi-li li:first-child a {
    border-top: none;
  }

  .modifi-li2 a {
    color: #414141;
    display: block;
    padding-left: 24px;
    text-decoration: none;
    color: black;
    color: #414141;
    border-top: 1px solid #e2e2e2;
  }

  .modifi-li2 li:first-child a {
    border-top: none;
  }

  .modifi-li2 li:hover a,
  .modifi-li2 li.active a {
    color: #d73c43;
  }

  .addphoto-li li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 1.5%;
  }

  .addphoto-li li:nth-child(3n + 3) {
    margin-right: 0;
  }

  .addphoto-li li:nth-child(3n + 4) {
    clear: both;
  }

  .addphoto-li li:last-child {
    margin-right: 0;
  }

  .atalist-li li {
    background: url(../images/list-icon.png) no-repeat left 7px;
    margin-bottom: 1.2%;
    line-height: 26px;
    padding-left: 25px;
    vertical-align: middle;
  }

  .list-f li {
    float: left;
  }

  .list-pn {
    list-style-type: none;
  }

  .adslisbut li {
    margin-right: 9px;
  }

  .adslisbut li:last-child {
    margin-right: 0;
  }

  .adslisbut li a {
    border: 1px solid #b3b9c1;
    background-color: transparent;
    line-height: 10px;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    color: #2e2e2e;
    padding: 14px 16px;
    display: inline-block;
    text-transform: uppercase;
  }

  .adslisbut li a:hover,
  .adslisbut li a.active {
    background-image: linear-gradient(270deg, #ffffff 0%, #ffffff 100%);
    color: #fd2029;
    border: 1px solid #fd2029;
  }

  .nav-tabs {
    border-bottom: none;
  }

  .pink-t {
    color: #cd3161;
  }

  .adslisbut-border {
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
  }

  /* ------------------------------------------------------- */
  /* REGISTER step-5 PAGE CSS*/
  /* ------------------------------------------------------- */

  .profiles2 button {
    font-size: 13px;
    padding: 10px 20px;
  }

  .mar-gp {
    margin-bottom: 18px;
  }

  /* partner section */

  .partner-sec {
    margin-top: -140px;
  }

  .partner-bg {
    width: 770px;
    height: 90px;
    border-radius: 4px;
    background-image: linear-gradient(-90deg, #d80959 0%, #ed4147 100%);
    padding: 25px 40px;
  }

  .patrner-block,
  .patrner-block1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 12px;
  }

  .partn-sel,
  .partn-btn {
    width: 225px;
    height: 42px;
    border-radius: 2px;
    cursor: pointer;
  }

  .partn-sel label {
    cursor: pointer;
  }

  .partn-sel {
    filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.2));
    background-color: #ffffff;
    padding: 11px 25px 9px 25px;
  }

  .partn-btn {
    color: #9e0039;
    padding: 9px 25px;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(90deg, #f7ed8b 0%, #dea54d 100%);
  }

  .partn-btn:hover {
    background-image: linear-gradient(90deg, #dea54d 0%, #f7ed8b 100%);
  }

  .mysel {
    margin-right: 40px !important;
  }

  .partner-cont input {
    border: 3px solid white;
    box-shadow: 0 0 0 1px #8b8b8b;
    appearance: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    transition: all ease-in 0.2s;
    transform: translateY(2px);
    margin-right: 20px;
  }

  .partner-cont input:checked {
    background-color: #b21919;
  }

  /* lakshmi css */

  /*partner block new css*/

  .patrner-block1 input,
  .patrner-block1 select {
    filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.2));
    background-color: #ffffff;
    padding: 11px 25px 9px 25px;
    border: 0px;
    width: 225px;
    height: 42px;
    border-radius: 2px;
    cursor: pointer;
    color: #161616;
    text-align: center;
  }

  .patrner-block1 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
  }

  input[type="text"]:focus {
    /* border-color: transparent; */
    box-shadow: none;
    outline: none;
  }

  .inputWithIcon {
    position: relative;
  }

  .inputWithIcon span {
    border: 3px solid white;
    box-shadow: 0 0 0 1px #8b8b8b;
    appearance: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    transition: all ease-in 0.2s;
    transform: translateY(2px);
    margin-right: 20px;
    position: absolute;
    left: 25px;
    top: 12px;
    color: #aaa;
    transition: 0.3s;
  }

  @media screen and (max-width: 1144px) {
    .patrner-block1 input,
    .patrner-block1 select {
      width: 100%;
    }
  }

  /* mega menu css */

  .nav-brand {
    display: none;
  }

  .navigation {
    width: 100%;
    display: table;
    position: relative;
    /* border-radius: 50px; */
    background: linear-gradient(
      180deg,
      rgba(255, 196, 12, 1) 32%,
      rgba(255, 204, 41, 1) 61%,
      rgba(255, 224, 105, 1) 100%
    );
    padding: 4px;
    /* margin-bottom: 10px; */
  }

  .navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
  }

  .navigation-portrait {
    height: 48px;
  }

  .navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
  }

  .navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .align-to-right {
    float: right;
  }

  .nav-header {
    float: left;
  }

  .navigation-hidden .nav-header {
    display: none;
  }

  .nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
  }

  .nav-brand:hover,
  .nav-brand:focus {
    color: #343a40;
  }

  .navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
  }

  .nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
  }

  .nav-logo:focus > img {
    outline: initial;
  }

  .navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
  }

  .nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer;
  }

  .nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
  }

  .navigation-portrait .nav-toggle {
    display: block;
  }

  .navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }

  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
  }

  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
  }

  .navigation-portrait
    .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
  }

  .nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
  }

  .navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
  }

  .nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .navigation-portrait .nav-menu {
    width: 100%;
  }

  .navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
  }

  .navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
  }

  .nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
  }

  .navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
  }

  .navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
  }

  .nav-menu + .nav-menu > li:first-child {
    border-top: none;
  }

  .nav-menu > li > a {
    padding: 12px 22.5px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    color: #360b00;
    border-radius: 50px;
    transition: color 0.3s, background 0.3s;
    font-family: "Montserrat-Medium", sans-serif;
    font-weight: 600;
  }

  .nav-menu .menu-active a,
  .nav-menu a:hover {
    background-color: #ffe78d;
    color: #c7003d;
  }

  .navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
  }

  .nav-menu > li:hover > a,
  .nav-menu > li.active > a,
  .nav-menu > li.focus > a {
    color: #c70038;
  }

  .nav-menu > li > a > i,
  .nav-menu > li > a > [class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
  }

  .nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
  }

  .navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
  }

  .nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
  }

  .navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
  }

  .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
  }

  .nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
  }

  .navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
  }

  .submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all 0.2s;
    display: none;
  }

  .navigation-portrait .submenu-indicator {
    width: 54px;
    height: 38px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
  }

  .submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    transform: rotate(45deg);
    transition: border 0.2s;
  }

  .navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 14px;
    left: 24px;
  }

  .nav-menu > li:hover > a .submenu-indicator-chevron,
  .nav-menu > .active > a .submenu-indicator-chevron,
  .nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
  }

  .navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
  }

  .nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
  }

  .no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
  }

  .navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
  }

  .navigation-hidden .nav-search {
    display: none;
  }

  .nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
  }

  .navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
  }

  .nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
  }

  .nav-search-icon:after,
  .nav-search-icon:before {
    content: "";
    pointer-events: none;
  }

  .nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
  }

  .nav-search-button:hover .nav-search-icon {
    color: #ff6b00;
  }

  .nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
  }

  .nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
  }

  .navigation-portrait .nav-search-inner {
    height: 48px;
  }

  .nav-search-inner input[type="text"],
  .nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
  }

  .navigation-portrait .nav-search-inner input[type="text"],
  .navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
  }

  .nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
  }

  .navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
  }

  .nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
  }

  .nav-button:hover,
  .nav-button:focus {
    color: #fff;
    text-decoration: none;
  }

  .navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
  }

  .nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
  }

  .navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
  }

  .navigation-portrait .nav-text + ul {
    margin-top: 15px;
  }

  .nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  }

  .navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
  }

  .nav-dropdown .nav-dropdown {
    left: 100%;
  }

  .nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0;
  }

  .nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
  }

  .nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #343a40;
    background-color: #fdfdfd;
    font-family: 'Poppins-Medium', sans-serif;
  }

  .nav-dropdown > li:hover > a,
  .nav-dropdown > li.focus > a {
    color: #ff6b00;
  }

  .nav-dropdown.nav-dropdown-left {
    right: 0;
  }

  .nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
  }

  .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
  }

  .navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
  }

  .navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
  }

  .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
  }

  .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
  }

  .navigation-portrait
    .nav-dropdown
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > a {
    padding-left: 110px;
  }

  .nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
  }

  .navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
  }

  .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
  }

  .navigation-portrait
    .nav-dropdown
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(45deg);
  }

  .nav-dropdown > li:hover > a .submenu-indicator-chevron,
  .nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #ff6b00 #ff6b00 transparent;
  }

  .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
  }

  .navigation-landscape
    .nav-dropdown.nav-dropdown-left
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(135deg);
  }

  .nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
  }

  .nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
  }

  .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
  }

  .nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
  }

  .navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
  }

  .nav-dropdown-horizontal > li > a {
    position: relative;
  }

  .nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
  }

  .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .navigation-portrait
    .nav-dropdown-horizontal
    .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
  }

  .megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
  }

  .navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
  }

  .megamenu-panel [class*="container"] {
    width: 100%;
  }

  .megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
  }

  .megamenu-panel-half {
    width: 50%;
  }

  .megamenu-panel-quarter {
    width: 25%;
  }

  .navigation-portrait .megamenu-panel-half,
  .navigation-portrait .megamenu-panel-quarter {
    width: 100%;
  }

  .megamenu-panel-row {
    width: 100%;
  }

  .megamenu-panel-row:before,
  .megamenu-panel-row:after {
    content: "";
    display: table;
    line-height: 0;
  }

  .megamenu-panel-row:after {
    clear: both;
  }

  .megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
  }

  .megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
  }

  .navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
  }

  .navigation-portrait
    .megamenu-panel-row:first-child
    [class*="col-"]:first-child {
    margin-top: 0;
  }

  .megamenu-panel-row .col-1 {
    width: 5.583333333333%;
  }

  .megamenu-panel-row .col-2 {
    width: 14.166666666666%;
  }

  .megamenu-panel-row .col-3 {
    width: 22.75%;
  }

  .megamenu-panel-row .col-4 {
    width: 31.333333333333%;
  }

  .megamenu-panel-row .col-5 {
    width: 39.916666666667%;
  }

  .megamenu-panel-row .col-6 {
    width: 48.5%;
  }

  .megamenu-panel-row .col-7 {
    width: 57.083333333333%;
  }

  .megamenu-panel-row .col-8 {
    width: 65.666666666667%;
  }

  .megamenu-panel-row .col-9 {
    width: 74.25%;
  }

  .megamenu-panel-row .col-10 {
    width: 82.833333333334%;
  }

  .megamenu-panel-row .col-11 {
    width: 91.416666666667%;
  }

  .megamenu-panel-row .col-12 {
    width: 100%;
  }

  .megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
  }

  .megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
  }

  .navigation-portrait .megamenu-tabs-nav {
    width: 100%;
  }

  .megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
  }

  .megamenu-tabs-nav > li.active a,
  .megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
  }

  .megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
  }

  .megamenu-tabs-pane.active {
    display: block;
  }

  .navigation-portrait .megamenu-tabs-pane {
    width: 100%;
  }

  .megamenu-lists {
    width: 100%;
    display: table;
  }

  .megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
  }

  .megamenu-list:last-child {
    margin: 0;
    border: none;
  }

  .navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
  }

  .navigation-landscape .megamenu-list:last-child {
    border: none;
  }

  .megamenu-list > li > a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
  }

  .megamenu-list > li > a:hover {
    background-color: #ff6b00;
    color: #fff;
  }

  .megamenu-list > li.megamenu-list-title > a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
  }

  .megamenu-list > li.megamenu-list-title > a:hover {
    background-color: transparent;
  }

  .navigation-landscape .list-col-2 {
    width: 50%;
  }

  .navigation-landscape .list-col-3 {
    width: 33%;
  }

  .navigation-landscape .list-col-4 {
    width: 25%;
  }

  .navigation-landscape .list-col-5 {
    width: 20%;
  }

  .nav-menu > li > a {
    color: #343a40;
    text-transform: uppercase;
  }

  .nav-dropdown > li > a {
    color: #343a40;
    padding: 8px 16px;
    border-bottom: 1px solid #f6f6f6;
  }

  .nav-dropdown > li > a:hover,
  .nav-dropdown > li > a:focus {
    color: #ff6b00;
  }

  .main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  }

  .transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
  }

  .navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
  }

  @media only screen and (min-width: 320px) and (max-width: 767px) {

    .join-banner .font26{
        font-size: 16px;
    }
    .navigation-portrait .nav-dropdown > li > a {
        padding: 8px 10px 8px 25px;
    }
    .navigation-portrait .nav-menu > li > a{

    padding: 10px 10px 10px 15px;
    }
    .nav-dropdown > li > a,
    .megamenu-list > li > a {
      width: 85%;
    }
    .nav-menu > li > a {
        font-weight: 400x;
    }
  }



a span.submenu-indicator {
    pointer-events: none;
}

.nav-menu li.focus>.nav-dropdown.nav-submenu {
    display: block !important;
}

.nav-menu li.focus>.nav-dropdown.nav-submenu {
    display: block !important;
}

  .bor-img {
    border: 1px solid transparent;
    padding-bottom: 0px;
    border-image-repeat: stretch;
    border-image-slice: 10;
    border-image-width: 10px;
    border-image-outset: 0;
    border-image-source: url(../images/bor-img.png);
  }

  .bor-img2 {
    border: 1px solid transparent;
    padding-bottom: 0px;
    height: 100%;
    border-image-repeat: stretch;
    border-image-slice: 18;
    border-image-width: 17px;
    border-image-outset: 0;
    border-image-source: url(../images/bor-img2.png);
  }

  .dynamic-button {
    border: none;
    padding: 11px 25px 9px 25px;
    color: #fff;
    background-image: linear-gradient(90deg, #ff9a2e 0%, #ff6d03 100%);
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .l-r-p30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .t-b-p8 {
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .t-c {
    text-align: center;
  }

  .bor-img-padding2 {
    padding: 30px 40px;
    background-color: #fff;
  }

  .bor-img2 {
    border: 1px solid transparent;
    padding-bottom: 00px;
    border-image-repeat: stretch;
    border-image-slice: 10;
    border-image-width: 10px;
    border-image-outset: 0;
    border-image-source: url(../images/bor-img.png);
  }

  .common_btn3 {
    border: 1px solid #5250bc;
    padding: 7px 20px 6px 20px;
    color: #5250bc;
    background-color: #fff;
    letter-spacing: 0.5px;
  }

  .shadow2 {
    filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.08));
  }

  .t-m10 {
    margin-top: 10px;
  }

  .p25 {
    padding: 25px;
  }

  .bg-white {
    background-color: #fff !important;
  }

  label.error {
    color: #ff0000;
    font-size: 13px;
  }

  .captchabg {
    background: #000;
    color: #fff;
    padding: 0 8px;
    margin: 0 5px;
    width: 80px;
    line-height: 30px;
    display: inline-block;
  }

  .innerbanner {
    position: relative;
    margin-bottom: 25px;
  }
  .innerbanner img {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
  .innerbanner::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 0px;
    bottom: 0px;
    background-image: linear-gradient(#02020200, #020202);
    height: 280px;
  }

  .innerbanner h3 {
    left: 30px;
    bottom: 30px;
    color: #fff;
    font-size: 35px;
    position: absolute;
  }

  .clr-1 {
    color: #c70038;
  }
  .inner-head-3 {
    font-size: 16px;
    font-family: "Poppins-Medium", sans-serif;
    display: inline-block;
  }

  /* Raju Css here */

  .join-form input,
  .join-form textarea {
    font-size: 15px;
    line-height: 25px;
    color: #595959 !important;
    border-radius: 0;
    border-color: #c7c7c7;
  }

  .join-form input {
  }

  label {
    display: inline-block;
    margin-bottom: 4px;
  }

  .form-group {
    margin-bottom: 10px;
  }

  .form-row > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }

  .form-control.careerform {
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 42px !important;
    border: 1px solid #a7a7a7;
  }

  .dropdown-select {
    /*-webkit-appearance: none;*/
    -moz-appearance: none;
    background: #fff !important;
    border: 1px solid #a7a7a7;
    border-radius: 0px;
    color: #696969;
    font-size: 14px !important;
    height: 42px !important;
    padding: 8px 13px;
    line-height: 14px;
    margin: 0;
    position: relative;
    text-shadow: none;
    width: 100%;
    z-index: 2;
  }

  .input-label {
    font-size: 14px;
    font-family: "Poppins-Light", sans-serif;
    margin-bottom: 3px;
  }

  form {
    font-family: "Poppins-Light", sans-serif;
  }
  .cus-box .input-box {
    width: 100%;
    padding: 8px 12px;
    line-height: 20px;
    border: 1px solid #a7a7a7 !important;
    border-radius: 0px;
    height: 42px;
  }
  .cus-box textarea.input-box {
    height: auto;
  }

  .radio-box input {
    margin-right: 2px;
    position: relative;
    transform: translateY(2px);
  }

  .cus-box input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .cus-box input[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 26px;
    margin-right: 15px;
    font-size: 13px;
  }
  .cus-box input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 11px;
    position: absolute;
    top: 4px;
    left: 0;
    border: 1px solid #c70037;
    background-color: #fff;
    border-radius: 0px;
  }

  .cus-box [type="radio"]:checked,
  .cus-box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }

  .cus-box [type="radio"]:checked + label,
  .cus-box [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #666;
  }

  .cus-box [type="radio"]:checked + label:before,
  .cus-box [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #c70037;
    border-radius: 100%;
    background: #fff;
  }

  .cus-box [type="radio"]:checked + label:after,
  .cus-box [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #c70037;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .cus-box input[type="checkbox"]:checked + label:after {
    content: "✔";
    font-size: 19px;
    line-height: 18px;
    color: #fff;
    background: #c70037;
    display: block;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 16px;
    height: 16px;
    border-radius: 0px;
  }
  .cus-box [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  .cus-box [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .cmn-form-btn {
    display: inline-block;
    background-image: linear-gradient(90deg, #ff3228 0%, #ff9b1a 100%);
    background-color: #fd2e2c;
    color: #fff;
    padding: 8px 50px;
    border: none;
    margin-top: 10px;
  }
  .disappear {
    display: none;
  }
  em.error,
  .error {
    color: #fd2e2c;
    font-style: normal;
    text-transform: capitalize;
  }
  .input-box.error {
    border-color: #fd2029 !important;
  }
  .input-box:focus-visible {
    outline: none !important;
  }

  .pdf-sec li a,
  .links-sec li a {
    padding-left: 24px;
    color: #c70037;
    transition: 0.8s;
  }
  .pdf-sec li a:hover,
  .links-sec li a:hover {
    margin-left: 5px;
    transition: 0.8s;
    color: #f8810d;
  }

  .pdf-sec li a,
  .links-sec li a {
    position: relative;
    line-height: 32px;
    display: inline-block;
    padding-right: 2px;
  }
  .pdf-sec li,
  .links-sec li,
  .links-sec.doc li {
    padding-left: 0px !important;
  }
  .pdf-sec li::before,
  .links-sec li::before,
  .links-sec.doc li::before {
    display: none;
  }
  .pdf-sec li a::before,
  .links-sec li a::before {
    position: absolute;
    left: 0;
    content: "\F63D";
    font-family: "bootstrap-icons";
    font-size: 18px;
  }
  .links-sec li a::before {
    content: "\F471";
    font-size: 20px;
  }
  .inner-content img {
    max-width: 100%;
  }

  .content-start {
    /* padding-block: 35px; */
  }
  .clr-2 {
    color: #c70037;
  }
  .clr-3 {
    color: #c00000;
  }
  a {
    color: #0e24a9;
  }

  .inner-head-2 {
    font-size: 16px;
    font-family: "Poppins-Medium", sans-serif;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  p.inner-head-2 {
    padding-bottom: 5px;
    margin-bottom: 0px;
  }
  .cus-ul {
    margin-bottom: 10px;
  }
  .cus-ul li {
    padding-left: 20px;
    line-height: 28px;
    position: relative;
  }
  .cus-ul li::before {
    content: "\F3E4";
    position: absolute;
    left: 0;
    font-family: "bootstrap-icons";
    font-size: 13px;
    color: #dba607;
  }

  .inner-title-1 {
    font-size: 20px;
    font-family: "Poppins-Medium", sans-serif;
    margin-bottom: 7px;
  }
  .ul-2 {
    column-count: 2;
  }
  .ul-3 {
    column-count: 3;
  }
  .ul-3 li {
    break-before: always;
  }

  /* Patrika page css */

  .patrika-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }
  .patrika-grid .content {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: auto;
    overflow: hidden;
  }
  .patrika-grid .content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }

  .patrika-grid .content:hover .content-overlay {
    opacity: 1;
  }

  .patrika-grid .content-image {
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  .patrika-grid .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .patrika-grid .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
  }

  .patrika-grid .content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }

  .patrika-grid .content-details p {
    color: #fff;
    font-size: 0.8em;
  }

  .patrika-grid .fadeIn-bottom {
    top: 80%;
  }

  .patrika-grid .inner-head-2 a {
    color: #000 !important;
    font-size: 14px;
    text-align: center;
    display: block;
  }
  .content-details .inner-head-2 {
    color: #fff;
    font-size: 13px;
  }
  .links-sec.doc li a::before {
    content: "\F369";
    font-size: 16px;
  }
  .links-sec.forms li a::before {
    content: "\F228";
    font-size: 16px;
  }

  .inner-content ul,
  .inner-content ol {
    margin-bottom: 10px;
    list-style: none;
    padding-left: 0px;
  }
  .inner-content ul li,
  .inner-content ol li {
    padding-left: 20px;
    line-height: 28px;
    position: relative;
  }
  .inner-content ul li::before,
  .inner-content ol li::before {
    content: "\F3E4";
    position: absolute;
    left: 0;
    font-family: "bootstrap-icons";
    font-size: 13px;
    color: #dba607;
  }
  .inner-content strong {
    font-size: 14px;
    font-family: "Poppins-Regular", sans-serif;
    display: inline-block;
    font-weight: 400;
  }
  .table-head-1.first {
    border-top: 0px !important;
  }
  .table-head-1 {
    padding: 6px 10px;
    text-align: center;
    background-color: #e1f3ff;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
  }
  .cus-table-fr table thead th {
    font-weight: inherit;
    background-color: #c70037;
    color: #fff;
    font-family: "Poppins-Medium", sans-serif;
  }
  .cus-table-fr table tbody > tr > td:first-child a {
    font-family: "Poppins-Medium", sans-serif;
    /* color: #c70037; */
  }
  .cus-table-fr table tbody > tr > td:first-child {
    font-family: "Poppins-Medium", sans-serif;
    /* color: #c70037; */
  }

  .bg-light1 {
    background-color: #f0eefd;
  }

  /* Committee Page */

  .c-grid a {
    color: #c70037;
  }

  .c-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .pro-btn {
    background-color: #f0eefd;
    border-radius: 4px;
    padding: 5px 10px;
    margin-top: 8px;
    transition: 0.5s;

    /* color: #fff; */
  }

  .c-grid img {
    height: 280px;
    width: 100% !important;
    object-fit: cover;
    object-position: top;
  }
  .pro-btn a {
    color: #000;
    font-family: "Poppins-Regular", sans-serif;
    letter-spacing: 0.2px;
  }
  .c-grid > div:hover .pro-btn a {
    color: #fff;
    font-family: "Poppins-Light", sans-serif;
  }
  .c-grid > div:hover .pro-btn {
    background-color: #c70037;
    transition: 0.5s;
  }
  .c-grid > div:hover {
    background-color: #f0eefd;
    transition: 0.5s;
  }
  .c-grid .card-title {
    font-family: "Poppins-Medium", sans-serif;
    font-size: 18px;
    padding-top: 8px;
  }
  .c-grid .card {
    overflow: hidden;
    transition: 0.5s;
  }


  .f-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
  }
  .f-grid img{
    height: 250px;
    object-fit: cover;
    object-position: top;
    width: 100%;
  }
  .f-grid a.btn-1{
    background-color: #000;
    color: #fff;
    padding: 8px 20px;
  }
  .f-grid a.btn-2{
    background-color: #c70037;
    color: #fff;
    padding: 8px 25px;
  }
  .f-grid .inner-head-2{
    font-size: 18px;
  }
  .f-box-content{
    padding: 15px 20px 25px 20px;
  }
.f-box{
    background-color: #f0eefd;

}



/* Circle */

.f-box-img{
	position: relative;
    overflow: hidden;
}
.f-box-img::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.f-box:hover .f-box-img::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.iocn-box i{
    font-size: 28px;
}

.contact-box h4{
    font-size: 18px;
    font-family: 'Poppins-Medium', sans-serif;
}
.contact-box p{
 margin-bottom: 0px;
 font-size: 16px;
}

.f-grid.news img {
    height: 420px;
}
.f-grid.news .no-img {
    object-position: center;
    width: 100%;
}

.content-start .image img
{
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
    margin: 10px 0px;
}

.inner-head{
    font-size: 28px;
    font-family: 'Poppins-Medium', sans-serif;
    margin-bottom: 5px;
}

.f-profile-box{
    display: flex;
    gap: 30px;
    align-items: center;
}
.f-profile-box .f-profile-img img {
    width: 200px;
    height: 230px;
    object-fit: cover;
}
table th{
    font-family: 'Poppins-Medium', sans-serif;
    font-weight: normal !important;
}

.cus-table th{
    background-color: #c70037;
    color: #fff;
}
.heading-title{
    font-family: 'Poppins-SemiBold', sans-serif;
    font-size: 25px;
    margin-block: 5px;
}

.f-profile-box:hover .pro-btn{
    background-color: #c70037;
color: #fff;
}


.f-profile-box:hover .pro-btn a{
    color: #fff;
    font-family: 'Poppins-Light', sans-serif;
}
.accordion-button::after {
    filter: brightness(3) !important;
}
.accordion-button{
    padding: 12px 20px;
    font-family: 'Poppins-Medium', sans-serif;
}
.custom-accordion .accordion-item {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.accordion-flush .accordion-item:first-child {
    border-top:  1px solid #ccc;
}
.accordion-flush .accordion-item:last-child {
    border-bottom:  1px solid #ccc;
}
.custom-accordion .accordion-button {
  background-color: #f7f7f7;
  color: #333;
  border: none;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
}

.custom-accordion .accordion-button:hover {
  background-color: #e0e0e0;
}

.custom-accordion .accordion-button.collapsed {
  background-color: #f7f7f7;
}

.custom-accordion .accordion-collapse {
  background-color: #f9f9f9;
}

.custom-accordion .accordion-body {
  padding: 15px;
}


.progress, .progress-stacked
{
    background-color: #ffd0db !important;
}
.progress-bar{
    background-color: #ff0039 !important;
}

.teamsquare-box a.btn-1{
    background-color: #000;
    color: #fff;
    padding: 8px 20px;
  }
  .teamsquare-box a.btn-2{
    background-color: #c70037;
    color: #fff;
    padding: 8px 25px;
  }

.cmn-btn1{
border-radius: 50px;
background-color: #fff;
font-size: 14px;
letter-spacing: 0.25px;
text-transform: uppercase;
line-height: 34px;
padding: 0px 15px;
color: #ffffff;
font-family: "Montserrat Regular", sans-serif;
display: inline-block;

}
.cmn-btn1.d-btn{
    background-image: linear-gradient(90deg, #78aa22 0%, #117509 100%);
}
.cmn-btn1.c-btn{
    background-image: linear-gradient(90deg, #ff9040 0%, #db0440 100%);
}

.clr-10{
    color: #ffe37a;
}
.header-bottom-blk{
    background-image: url(../images/header-bg.png);
    background-position: top center;
    background-size: 100% 100%;
    position: relative;
    z-index: 10;
}


.header-grid{
    display: grid;
    grid-template-columns: 1fr 144px 1fr;
    align-items: center;
    gap: 16px;
    /* gap: ; */
}
.header-grid>div:nth-child(2) img{
    padding-bottom: 5px;
}
.header-grid>div:nth-child(3){
    padding-left: 5px;
}
.header-grid img{
    max-width: 100%;
}

.thoranam{
    position: absolute;
    top: -30px;

}
.thoranam.thoranam-one{
    left: -139px;
}
.thoranam.thoranam-two{
    right: -139px;
    transform: scaleX(-1);
}
.banner-bg{
    background-image: url(../images/banner-bg.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover;
    padding-top: 15px;
    margin-top: -15px;
}
.banner-bg.inner-bg{
    background-image: url(../images/inner-banner-bg.png);
    background-position:top;
    background-size:contain;
    background-color: #fff0dd;
}

.whatsapp-ico, .membership-ico{
    transform: translateY(-2px);
}


.xls-sec li.xls-icon a {
  color: green;
}
.pagination{
  display: flex;
  justify-content: end;
  margin-top: 20px;
  flex:wrap !important;

}
.pagination li:before{display:none}
.pagination li {
  padding:0px !important;
  margin:0px;
}
.pagination .page-link{
  line-height:24px;
  padding:8px 15px;
  color: #850000;
}
.active>.page-link, .page-link.active{
  z-index: 3;
  background-color: #850000 !important;
  border-color: #850000 !important;
  color: #fff !important;
}

.patrika-grid .inner-head-2{
  margin-top: 5px;
  margin-bottom: 15px;
}


.white-bg
{
    background-color: #fff;
}
.red-text {
    color: red;
}

.blue-text {
    color: blue;
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.img-rt {
    float: right;
    padding: 10px 0 10px 20px !important;
}

.img-lt {
    float: left;
    padding: 10px 20px 10px 0px !important;
}
.row::after {
    clear: both;
    display: table;
    padding: 0px;
}
.column {
    float: left;
    width: 20%;
}
.pdf-icon
{
color: #c70037;
    transition: 0.8s;
    line-height: 32px;
    content: "\F63D";
    font-family: "bootstrap-icons";
    font-size: 28px;
}
.image-row {
    display: flex;
    justify-content: space-between;
    max-width: 30%;
    text-align: center;
    gap: 20px;
    height: 300px;
}

.links-sec li a {
    color: #0028c7;
  }
  .links-sec li a::before {
    content: "\F135";
  font-size: 26px;
  animation: myfirst 1s linear 2s infinite alternate;
  }
  @keyframes myfirst {
    0%   {color:#0028c7; left:0px;}
    50%  {color:red; left:5px;}
    100% {color:#0028c7; left:0px;}
  }
 .links-sec li a {
    font-size: 15px;
    font-weight: 600;
    padding-left: 30px;
  }
