 *{
        font-family: 'Open Sans', sans-serif !important;
      }
     /* body{
        overflow-x: hidden;
      }*/
      p{
        font-size: 18px;
      }
       p , label , h1, h2, h3, h4, h5, h6, span{
        color: #444444;
      }
      img{
        width: 100%;
      }
      a{
        text-decoration: none !important;
      }
      label, input , textarea{
        width: 100%;
        display: block;
        margin-bottom: 10px;
      }
      input , textarea{
        height: 50px;
        border:1px solid #444444;
        padding: 0 15px;
        margin-bottom: 30px;
      }
      .search{
        height: unset;
        margin-bottom: unset;
      }
      label{
        text-transform:capitalize;
        font-weight: 600;
       font-size: 17px;
      }
      .container-radio{
        font-weight: 500;
      }
      .brand-color{
        color: #03914A !important;
      }
      .brand-bgcolor{
        background-color: #03914A !important;
      }
      .details {
       padding: 15px 0px;
      /* background: white;*/
           text-align: center
      }
      h5.name-intro {
          font-size: 17px;
          font-weight: 600;
      }
      p.designation {
          color: #41924B;
          font-size: 15px;
          font-weight: 400;
          background: #F5F5F5;
          display: inline-block;
          padding: 4px 20px;
          box-shadow: 0px 1px 3px #00000029;
      }
      p.about {
          font-size: 13px;
          color: #707070;
      }
      hr.seperator {
          margin-top: 15px;
          margin-bottom: 7px;
          border-top: 1px solid rgb(255 255 255 / 54%);
          opacity: 1;
      }
       .bx {
        color: #41924B;
        font-size: 12px;
        font-weight: 400;
        background: #F5F5F5;
        display: inline-block;
        padding: 3px 6px;
        margin-right: 1px;
        margin-bottom: 3px;
        box-shadow: 0px 1px 3px #00000029;
      }

      p.designation2 {
          color: #939597;
          font-size: 15px;
      }
      span.company {
          display: block;
          color: #03914A;
          font-size: 15px;
      }
      .card-get-intro {
          /*border: 2px solid #C9C9C9;*/
          border-bottom: 0;
         /* box-shadow: 0px 3px 6px #00000029;*/
         /* margin-bottom: 30px;*/
      }
      a.intro-btn {
          background: #03914A;
          display: block;
          text-align: center;
          color: white;
          text-transform: uppercase;
          padding: 6px;
          font-weight: 600;
          line-height: 17px;

      }
      p.title {
          font-size: 14px!important;
          font-weight: 600;
          color: #404040;
          margin-bottom: 5px;
      }
      ul.topics li {
          color: #939597;
          font-size: 15px;
      }
      ul.topics {
          list-style: none; /* Remove default bullets */
          padding-left: 1px;
          color: #FFFFFF;
          font-size: 0.8em;
          margin-bottom: 10px;
        }

        ul.topics li::before {
          content: url('images/bullet.png');  /* Add content: \2022 is the CSS Code/unicode for a bullet */
          color: red; /* Change the color */
          font-weight: bold; /* If you want it to be bold */
          display: inline-block; /* Needed to add space between the bullet and the text */
          width: 1em; /* Also needed for space (tweak if needed) */
          margin-left: -1em; /* Also needed for space (tweak if needed) */
        }
      .h3-cust {
          font-weight: 600;
          font-size: 32px;
          line-height: 1.7;
      }
      .h4-cust {
          line-height: 1.7;
          font-size: 27px;
          font-weight: 500;
      }
     .hr-cust {
          border: 0;
          border-bottom: 1px solid #D9D8D8;
          margin: 30px 0;
      }
      .required-red{
        color: red;
      }
      .textarea {
          height: 120px;
          margin-bottom: 15px;
          padding: 15px;
      }
      .chars{
        position: absolute;
        right: 20px;
        bottom: 0;
        color: #ACACAC;
        font-size: 14px;
      }
      span.note {
          font-size: 14px;
          color: #ACACAC;
          margin-bottom: 25px;
          display: block;
      }
       span.note1 {
          font-size: 14px;
          color: #707070;
          margin-bottom: 35px;
          display: block;
      }
      .container-radio {
          display: inline !important;
          position: relative;
          padding-left: 25px;
          margin-bottom: 12px;
          cursor: pointer;
          font-size: 15px;
          margin-right: 25px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      /* Hide the browser's default checkbox */
      .container-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
      }

      /* Create a custom checkbox */
      .checkmark {
        position: absolute;
        top: 1px;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #fff;
        border: 1px solid #444444;
      }

      /* On mouse-over, add a grey background color */
      .container-radio:hover input ~ .checkmark {
        background-color: #ccc;
      }

      /* When the checkbox is checked, add a blue background */
      .container-radio input:checked ~ .checkmark {
        background-color: #fff;
          border: 1px solid #444444;
      }

      /* Create the checkmark/indicator (hidden when not checked) */
      .checkmark:after {
        content: "";
        position: absolute;
        display: none;
      }

      /* Show the checkmark when checked */
      .container-radio input:checked ~ .checkmark:after {
        display: block;
      }

      /* Style the checkmark/indicator */
      .container-radio .checkmark:after {
        left: 5px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid #444444;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      a.nav-link {
          position: relative;
          top: 3px;
      }
      a.cancel-btn {
            border: 1px solid #03914A;
            padding: 14px 55px;
            color: #03914A;
            font-size: 15px;
            text-transform: uppercase;
            float: right;
            margin-right: 20px;
            border-radius: 3px;
            text-decoration: none;
            transition: 0.5s ease;
            font-weight: 600;
        }
        .submit-btn {
          border: 1px solid #03914A; 
          padding: 14px 55px;
          color: #fff;
          font-size: 14px;
          text-transform: uppercase;
          float: right;
          background: #03914A;
          text-decoration: none;
          border-radius: 3px;
          font-weight: 600;
          transition: 0.5s ease;
      }
      .submit-btn:hover{
        background: #fff;
        color: #03914A;
      }
      a.cancel-btn:hover{
        background: #03914A;
        color: white;
      }
      .btn-div{
        margin-top: 90px;
      }
      .mobile-only {
          display: none!important;
      }
      .banner-left, .banner-right, .cus-banner .row {
          display: flex;
          padding: 0;
          background-color: #212121;
      }
      .inner-banner-left {
          background-color: #212121;
          margin: auto;
          width: 100%;
      }
      .banner-title {
          font-size: 37px!important;
          color: #fff;
          font-weight: bold;
          line-height: 47px;
          margin-top: 13px;
      }
      .inner-left-sec {
            border-left: 7px solid #f33571;
            margin: 4em 0px;
            padding-left: 2em;
            padding-right: 7em;
        }
        input[type=text].searchh {
            width: 10px;
            box-sizing: border-box;
            border: 0px solid #ccc;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            background: transparent;
            box-sizing: border-box;
            background-size: 18px;
            background-image: url('../images/search.png');
            background-position: 10px 14px; 
            background-repeat: no-repeat;
            padding: 12px 20px 12px 40px;
            -webkit-transition: width 0.4s ease-in-out;
            transition: width 0.4s ease-in-out;
            height: unset;
             margin-bottom: unset;
          }

          input[type=text].searchh:focus {
             border: 1px solid #ccc;
              width: 300px;
              position: absolute;
              top: 75px;
              right: 0px;
              padding-left:5px;
              background-size: 18px;
              background-image: url('search.png');
              background: white !important;
          }
        .inner-left-sec p {
            color: #fff;
            padding-bottom: 15px;
                font-size: 16px;
        }
        .social-nav {
          display: flex;
          align-items: center;
          position: relative;
          top: 7px;
          justify-content: space-evenly;
          width: 100px;
      }
      .social-nav img{
          width: 14px;
      }
      .banner-button {
              border: 1px solid;
            color: white;
            padding: 9px 40px 10px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 14px;
            text-transform: uppercase;
            margin: 4px 2px;
            cursor: pointer;
      }
      p.presented {
          position: absolute;
          bottom: 0;
          right: 20px;
          display: flex;
          align-items: center;
          color: white;
          font-size: 12px !important;
      }
      img.logo-ms {
          position: unset;
          margin-left: 5px;
          width: 140px;
      }
      .banner-button:hover {
              border: 1px solid;
            color: white;
            padding: 9px 40px 10px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 14px;
            margin: 4px 2px;
            cursor: pointer;
      }
      .dn{
        display: none;
      }
      .du{
        display: unset;
      }
      section.cus-banner {
            margin-bottom: 40px;
        }
        nav{
          background-color: #fff !important;
        }
        li.nav-item a {
            text-transform: uppercase;
            color: black !important;
            font-weight: 600;
        }
        li.nav-item.active a{
          color: #F33571 !important;
        }
        .db{
          display: block !important;
        }
       /* #filter-btn , .filter4 , .filter12{
          transition: 0.5s ease-in-out;
        }*/
        
          .filter-check {
              padding: 0 30px;
          }
          h5.head-filter {
            color: #03914A;
            font-size: 22px;
            font-weight: 600;
        }
        hr.filter-sep1 {
            /* padding: 40px 0 !important; */
            margin: 30px 0 39px;
        }
        .filter-bx {
          background: white;
          padding: 15px;
          border: 1px solid #DADADA;
          border-radius: 4px;
          position: relative;
          top: -102px;
      }

        hr.filter-sep {
            margin: 25px 0 30px;
        }
        h5.title2 {
          font-weight: 700;
          color: #404040;
          margin-bottom: 20px;
      }
      .extra-sp{
        position: absolute;
          /* width: 100%; */
          background: white;
          height: 73px;
          bottom: -73px;
          left: -1px;
          right: -1px;
          border: 1px solid #dadada;
          border-top: 0;
      }
      span.close-filter {
          position: absolute;
          right: 15px;
          top: 15px;
          cursor: pointer;
      }
      span.close-filter {
          position: absolute;
          right: 15px;
          top: 15px;
          cursor: pointer !important;
          z-index: 9;
      }
      a#filter-btn {
        border: 1px solid #DADADA;
        padding: 7px 15px;
        color: #000;
        font-weight: 400;
        cursor: pointer;
    }
    .search-bx{
      display: flex;
      width: 440px;
      height: 42px;
      float: right;
      box-shadow: 0px 3px 6px #00000029;
      border: 1px solid #EDEDED;
      border-radius: 4px;
      position: relative;
     top: -10px;
    }
    .filter-check {
        padding: 0 30px;
        display: inline-block;
    }
      @media (min-width: 992px){
      .form-width{
        width: 98%;
        margin:auto;
      }
      .cus-banner{
            margin-top: 74px;
          }
      nav , .container-fluid{
        padding: 0 75px !important;
      }

    }
     @media (max-width: 1100px){
        .inner-left-sec {
            padding-right: 10px;
        }
     }
    @media (max-width: 992px){
      .submit-btn{
            display: block;
            float: unset !important;
            margin: auto;
            text-align: center;
            margin-bottom: 20px;
            width: 220px;
      }
      .cus-banner{
            margin-top: 74px;
          }
       a.cancel-btn{
            display: block;
            float: unset !important;
            margin: auto;
            text-align: center;
            margin-bottom: 20px;
            width: 220px;
      
      }
       .inner-left-sec {
            padding-right: 10px;
        }
    }
      .rm-sp{
                  padding: 0 15px !important;
                }
      .adj{
        padding-bottom: 41px !important;
      } 
      .search-bx input {
          height: 29px;
          padding: 19px 5px;
          border: 0;
          outline: none !important;
      }
     .search-bx select {
          border: 0;
          padding: 8px;
         /* appearance: none;*/
          padding-left: 20px;
          color: #939597;
          outline: none !important;
           /*  background-image: linear-gradient(
            45deg
            , transparent 50%, #4F4F4F 50%), linear-gradient(
            135deg
            , #4F4F4F 50%, transparent 50%), radial-gradient(#fff 70%, transparent 72%);
                   background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 11px) calc(1em + 2px), calc(100% - .5em) .5em;
              background-size: 5px 5px, 7px 5px, 1.5em 1.5em;
              background-repeat: no-repeat;*/
          }
      .search-bx a{
            padding: 6px 20px 8px 0;
      }   
      .sept-line{
            height: 20px;
            border-left: 2px solid #CFCFCF;
            position: absolute;
            right: -5px;
            top: 10px;
      }  
      footer.main-footer {
          background: black;
          padding: 50px 0 0;
      }
      p.head-border {
          color: white;
          text-transform: uppercase;
          font-size: 16px;
          margin-bottom: 20px;
      }
      p.head-border:after {
          content: '';
          border-bottom: 2px solid #03914A;
          display: block;
          width: 40px;
          margin-top: 5px;
      }
      ul.footer-list {
          list-style: none;
          padding: 0;
      }
      ul.footer-list li a {
          color: white;
          font-size: 13px;
          line-height: 2.3;
      }
       ul.footer-list2 {
          list-style: none;
          padding: 0;
      }
      ul.footer-list2 li a {
          color: white;
          font-size: 13px;
      }
      ul.footer-list2 li {
          margin-bottom: 10px;
      }
      ul.footer-list2 li:before{
        content: '>';
        color: white;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
      }
      ul.footer-list2 {
          padding-left: 20px;
      }
      .main-footer input[type='email'] {
          border: solid 1px #fff !important;
          font-family: 'Poppins', sans-serif!important;
          font-size: 13px!important;
          height: 38px;
          background: none!important;
          color:#fff!important;
        }
        input[type=submit] {
          font-size: 12px !important;
              padding: 6px 17px;
          font-weight: 600;
          background-color: #03914a!important;
          color: #fff!important;
          min-width: 112px;
          border-radius: 2px !important;
          text-transform: uppercase;
            width: unset;
           height: unset;
      }
      ul.social-footer img {
        width: 30px;
        margin-right: 15px;
        margin-top: 50px;
      }
      ul.social-footer {
        list-style: none;
        padding: 0;
        display: flex;
        
    }
    .filter4 .checkmark{
      top:2px !important;
    }
    p.copyright {
    text-align: center;
    font-size: 12px;
    padding-top: 15px;
    margin-top: 50px;
    color: white;
    border-top: 1px solid white;
    }
    .btn-div {
          margin-top: 90px;
          /* display: none; */
          display: block !important;
          margin-bottom: 50px !important;
      }
      h5.ques {
          color: #444444;
          font-size: 18px;
          font-weight: 700;
          margin-top: 30px;
          margin-bottom: 15px;
      }
      label.terms {
        color: #0C0C0C !important;
        font-size: 15px;
        font-weight: 100;
        
    }
    @media (max-width: 992px){
      ul#nav li:last-child {
            padding-bottom: 30px;
        }
        .btn-div {
          margin-top: 40px;
          margin-bottom: 60px !important; 
      }
      p.presented {
        position: absolute;
        bottom: -20px;
      }
       input[type=text].searchh:focus {
             border: 1px solid #ccc;
              width: 300px;
              position: unset;
             
              padding-left:5px;
              background-size: 18px;
              background-image: url('search.png');
              background: white !important;
          }
    }
    @media (max-width: 700px){
      .search-bx {
          display: flex;
          width: 300px;
          height: 43px;
          float: unset;
          box-shadow: 0px 3px 6px #00000029;
          border: 1px solid #EDEDED;
          border-radius: 4px;
          position: unset;
          /* top: -10px; */
          margin-top: 30px;
      }
      .filter-bx {
          background: white;
          padding: 15px;
          border: 1px solid #DADADA;
          border-radius: 4px;
          position: relative;
          top: -159px;
      }
        ul.footer-list , ul.footer-list2  {
          margin-bottom: 40px;
      }
      ul.social-footer img {
          width: 30px;
          margin-right: 15px;
          margin-top: 0px;
          margin-bottom: 30px;
      }
      p.copyright {
          text-align: center;
          font-size: 12px;
          padding-top: 15px;
          margin-top: 15px;
        }
    }
    .content-popup{
          margin:0;
          padding: 65px 55px;
          text-align: center;
          font-size: 21px;
          border: 1px solid #1d9c5c;
      }
      .modal-content {
          border-radius: 0;
      }
      button.close {
    color: white !important;
    opacity: 1;
    font-size: 24px;
    font-weight: 400;
    position: relative;
    top: 10px !important;
    right: 10px;
    background-color: #090909;
    line-height: 0px!important;
    border-radius: 50%;
    padding: 0px 5px 2px;
    height: 25px;
          }
      @media (min-width: 768px){
      .modal-dialog {
          width: 690px;
          margin: 30px auto;
      }
      }
      .pr{
        position: relative;
      }
      .pr > div > a > img {
          width: 50px;
/*          position: absolute;
          bottom: 10px;
          right: 10px;
          top: 50%;*/
      }
      input::placeholder {
          font-weight: 100;
          font-size: 15px;
          color: #0C0C0C;
      }
      .plr-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .sp-c{
          margin-bottom: 27px;
    }
    .mb-20{
          margin-bottom: 27px;
    }
span.bracket {
    color: #696969;
    font-weight: 400;
    font-size: 15px;
}
.upld{height: unset;border: none;width: 160px;padding: 0;cursor: pointer;}
.w18{
      width: 18px;
    height: 18px;
}
.d-flex.jcc {
    width: 160px;
    justify-content: space-evenly;
    align-items: baseline;
    margin-top: 10px;
    cursor: pointer;
}
div#upld p {
    color: #444444;
    font-weight: 100;
    margin-bottom: 0;
    font-size: 15px;
}
div#upld img {
    position: relative;
    top: 3px;
}
.banner-sect {
    margin-top: 74px;
    margin-bottom: 60px;
    position: relative;
}
.overlay-text{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.overlay-text h1 {
    color: white;
    font-weight: 700;
    font-size: 54px;
    margin-bottom: 35px;
}
.overlay-text p {
    color: white;
    font-size: 20px;
    margin-top: 50px;
}
body{
  margin: 0;
}
.iti.iti--allow-dropdown{
  width: 100%;
      margin-bottom: 30px;
}
.btn-div.get-adv-btn {
    width: 100%;
    display: inline-flex;
    float: right !;
    overflow: hidden;
    align-items: flex-end !important;
    display: flex !important;
    justify-content: flex-end;
    margin: 50px 0;
}
.btn-div.get-adv-btn .btn {
    width: 160px;
    height: 50px;
}
.btn-div.get-adv-btn .cancel-btn {
    background: #fff;
    color: #03914a;
    border: 2px solid #03914a;
    margin-right: 20px;
}
.btn-div.get-adv-btn .submit-btn1 {
    border: 1px solid #03914A;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
    background: #03914A;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 600;
    transition: 0.5s ease;
}

.err_txt {
    margin-left: 0px !important;
}
.select-comp-adv .err_txt {
    margin-left: 0px !important;
}
img.mobile-close {
    width: 20px;
    right: 0;
    float: right;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 3px;
    cursor: pointer;
}
.remove-overlay {
    display: none;
}
img.mobile-plus {
    width: 35px;
}
.banner-section{
    background-image: url(../images/banner-front.png);
    padding-top: 127px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-size: cover;
        margin-bottom: 3em;
}
.banner-section h3.brand-color.h3-cust {
    font-size: 46px;
    color: #fff!important;
}
.banner-section h4.h4-cust {
    font-size: 30px!important;
    color: #fff;
    padding-bottom: 15px;
}
.banner-section p {
    color: #fff;
}
@media(max-width:767px){
.bggray ul.pagination {
    left: 0!important;
}
.content-details {
    width:100%!important;
    }
  .card-get-intro {
    position: relative;
}
.col-lg-4.col-md-4.filter-col {
    margin: 2em;
}
.fadeIn-bottom{
  top: 75%;
}
.banner-section h3.brand-color.h3-cust {
    font-size: 35px;
    line-height: 44px;
}
.banner-section h4.h4-cust {
    font-size: 24px!important;
    line-height: 30px;
    padding-top: 13px;
}
}
@media(min-width:991px){
  .details {
    /*height: 715px;*/
    
}
}
@media(min-width:1024px){
img.mobile-plus,img.mobile-close {
display: none;  
}
}





/*//overlay css*/

.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.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;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
  padding: 9px 6px 6px 6px;
  border: 1px solid #C9C9C9;
  background-color: #fff;
      height: 94%;
}

.content-details {
  position: absolute;
  text-align: left;
  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;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
  background-color: #3E3E3E;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 75%;
  height:100%;
}
.fadeIn-bottom:hover{
  height:100%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
.filter-col {
  margin-bottom: 2em;
  padding-left: 1px;
  display: flex;
}
.content:hover .content-details a.intro-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.image-border{
    border-bottom: 1px solid #dbd8d8;
  }

  .content {
  position: relative;
 /* margin: auto;*/
  overflow: hidden;
}

.linked{
  position: absolute;
    right: 0;
    bottom: 0;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
}
body, nav.navbar.navbar-expand-lg.navbar-light.fixed-top {
    max-width: 1600px!important;
    margin: auto;
}
input.searchh {
    display: none;
}
li.nav-item.dropdown {
    padding-right: 30px;
}
.slim-image-editor .slim-editor-btn-group button {
    line-height: 0;
    padding: 18px 26px!important;
    width: 174px;
}
.gallery-box img {
    width: 200px;
    padding-bottom: 1em;
}
.btns.text-center {
    text-align: left!important;
}
button#change_pic {
    margin-left: 31px;
}
input#news_email::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.8; /* Firefox */
  font-size: 13px!important;
}
/*@media (min-width: 992px){
.filter4.filter-bx.col-lg-3 {
    margin-right: 12px!important;
    max-width: 24%!important;
}
}*/

@media(max-width:1023px){
.fadeIn-bottom{
height:100%;
}
}
/*@media (max-width:768px) and (max-width:991px){
.pr > div > a > img {
    top: 35%!important;
}
}
@media (min-width:1200px) and (max-width:1350px){
.pr > div > a > img {
       top: 186px!important;
}
}*/

