.back1 {
    position: relative;
    background: #eef0f100 !important;
    /* z-index: -1; */
}
.back1:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/cta-bg2.png) left top no-repeat;
    opacity: .1;
    z-index: -1;
 }
.back1:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/cta-bg.png) right top no-repeat;
    opacity: .1;
    z-index: -1;
 } 

.blog-post-content .arrow-more {
    font-size: 15px;
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    background: #f27523;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin-bottom: 20px;
}

.blog-post-content .title-arrow {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    float: right;
    color: #0072ce;
    margin-top: 10px;
}

.blog-post-content .arrow-more:hover {background: #0072ce;color: #fff;}
.blog-post-content .title-arrow a:hover{color: #f27523;}

.back-tasneef {
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 25px;
}
.single-tasneef {
    box-shadow: 0px 3px 15px rgb(0 0 0 / 28%);
    /* padding: 18px; */
    border-radius: 40px;
    border: 1px solid #0072ce36;
    border-bottom: 8px solid #0072ce61;
    overflow: hidden;
    /* box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1); */
    margin-bottom: 25px;
}
.back-tasneef:hover{transform: scale(1.3);transition: all 2s ease-out;}
.single-tasneef .blog-thumb{border-radius: 25px;border-bottom: 1px solid #0072ce36;}

.SectionTitle {
    text-align: center;
    position: relative;
    padding: 0px 5px 30px;
    margin-bottom: 20px;
}
.SectionTitle .title {
    font-weight: bold;
    color: #f17523;
    margin-bottom: 20px;
}
.SectionTitle::before {
    content: "";
    width: 160px;
    height: 2px;
    background-color: #0072ce;
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    animation: sectionAnimation 2s infinite;
}
.SectionTitle::after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #f27523;
    border: 2px solid #0072ce;
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}@-webkit-keyframes sectionAnimation {
  0% {
    width: 50px;
  }
  50% {
    width: 200px;
  }
  90% {
    width: 100px;
  }
  100% {
    width: 50px;
  }
}
@keyframes sectionAnimation {
  0% {
    width: 50px;
  }
  50% {
    width: 200px;
  }
  90% {
    width: 100px;
  }
  100% {
    width: 50px;
  }
}

.topsearch {
    bottom: 0;
    /* height: 60px; */
    /* left: 0; */
    /* margin: auto; */
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    /* z-index: 10; */
    /* width: max-content; */
}
  .topsearch .search-box input {
    line-height: 60px;
    width: 100%;
    font-size: 15px;
    background: #ffffff;
    border: 1px solid #abadb0a3;
    padding: 10px 10px 10px 50px;
    height: 50px;
    color: #5b5959;
    text-transform: capitalize;
    /* border-radius: 5px; */
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-weight: 600;
    margin-bottom: 5px;
}
  .topsearch .search-box button {
    background-color: #f27523;
    border: 0;
    color: #ffffff;
    font-size: 25px;
    position: absolute;
    /* left: 20px; */
    /* top: 4px; */
    padding: 0;
    /* margin-right: -3px; */
    height: 50px;
    width: 45px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.topsearch .search-box button:hover {background-color: #eceeef;color: #2055a5;}
 .no-padd {
    padding: 0;
}
.search-box .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
    height: 50px;
    padding: 2px 10px 2px 20px;
    background: white;
    border: 1px solid #abadb0a3;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #2055a5;
    margin-bottom: 5px;
}
.back-search {
    position: relative;
    background: #2055a5;
    border-bottom: 1px solid #00000024;
    padding-top: 10px;
    padding-bottom: 10px;
}
.search-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #565656;
    line-height: 41px;
    /* height: 50px; */
    text-align: right;
    /* margin-top: 10px; */
    /* margin-right: 12px; */
    font-weight: 600;
    font-size: 15px;
}

 .topsearch .search-box input:focus {
  border-color: red;
}
.topsearch .search-box select:focus {
  border-color: red;
}
 .serachmob {
    width: 35px;
    height: 35px;
    background: #2055a5;
    text-align: center;
    line-height: 35px;
    margin-right: 25px;
    border-radius: 50%;
}
.cclr{color: #fff}
.cclr:hover{color: #fff}
    .titlecard:hover {
         color: #f27523;
    }
.grid-view-list .product-thumbnail img:hover{transform: scale(1.3);transition: all 2s ease-out;}
 .button a {
    background: #0072ce;
    padding: 10px 22px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}
.button a:hover {
    background: #f27523;
     color: #fff;
}
 
.card-footer .dett {
   background: #2055a5;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}

.card-footer .dett:hover {
   background: #f27523;
      color: #fff;
}
 .pddfoot {
    padding-bottom: 15px;
    padding-top: 15px;
}
 .title-det {
    font-size: 23px;
    margin-top: 10px;
}
.back-tasnief {
    min-height: 210px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 15px;
}
 .card-tasnief {
    border-radius: 15px;
    border: 1px solid #2055a56e;
    margin: 15px;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 28%);
}

 .product-thumbnail .first-img {
    width: 90px;
    border-radius: 3px;
    padding: 4px;
    border-top-left-radius: 25%;
    border-bottom-right-radius: 25%;
}
