@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
/* =========Typography Start======== */
body,
h1,
h2,
h3,
h4,
h5,
h6,
button,
p,
a,
ul,
li,
input,
table,
span {
    margin: 0;
    padding: 0;
    color: #1A1B2F;
    font-family: 'Epilogue', sans-serif;
}

body {
    background: #E5F0F5;
}

ul li {
    list-style: none !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}


button {
    cursor: pointer;
}

.container {
    /* width: 85%; */
    max-width: 1140px;
    margin: 0px auto;
}

img {
    width: auto;
    height: auto;
}

.rating {
    padding-left: 7px;
    display: inline-flex;
}
.w-25{
    width: 25%;
}
.w-50{
    width: 50%;
}
.w-75{
    width: 75%;
}
.w-100{
    width: 100%;
}

/* =========Typography End======== */




/* ===============Menu Section Start===============  */
.menu-section {
    background: #FFFFFF;
    padding: 20px 0px;
    position: relative;
}

.menubar {
    display: none;
}

.menu {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 2fr);
    gap: 1rem;
}

.menu .logo a {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

.logo a .logoSpan2 {
    color: #000000 !important;
}

.logo a span {
    margin-left: 10px;
    color: #6D6D6D;
}

.header-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
    overflow: hidden;
    width: 100%;
}
.header-menu ul li{
    display: inline-block;
}
.header-menu ul li a {
    display: inline-block;
    padding: 5px 15px; 
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: #2B2B3A;
}

.header-menu ul li a:hover {
    color: orangered;
}

.header-menu ul li .menuContact {
    background: #9ca4c233;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
}

/* =============Menu Section End ============= */

/* =============Dropdown Menu Start ============= */
.dropdown-main-sec {
    background: linear-gradient(180deg, #FFFFFF 0%, #E5F0F5 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    padding-bottom: 50px;
    padding-top: 10px;
    border-radius: 10px;
    width: 100%;
    z-index: 1;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.dropdown-menu {
    display: flex;
    gap: 50px 70px;
}

.header-menu .dropMain:hover .dropdown-main-sec {
    visibility: visible;
}

.drop-menu ul {
    display: block;
    margin-top: 20px;
    text-align: left;
}

.drop-menu ul li a {
    display: block;
    margin-top: 10px;
    padding: 5px 10px;
}

.dropdown-menu .dropBtn a {
    width: 152px;
    background: #E3531E;
    border-radius: 30px;
    font-style: normal;
    font-weight: 500;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: white;
}
.dropdown-menu .dropBtn a:hover{
    color: #fff;
}


/* Drop Paper Section  */
.drop-item {
    background: #D5E0EF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px 15px;
    padding: 10px;
    margin-bottom: 15px;
}
.drop-paper .drop-paper-logo{
    width: 15%;
}
.drop-paper .drop-paper-logo img{
    width: 66px;
    height: 60px;
    border-radius: 20px;
}
.drop-paper .drop-paper-content{
    width: 70%;
}
.drop-paper .drop-paper-btn{
    width: 15%;
    text-align: right;
}
.drop-paper .drop-paper-btn a{
    height: auto;
    margin-right: 10px;
    padding: 15px 20px;
}

.drop-paper-logo h2 {
    height: 30px;
    font-style: 30px;
    color: white;
    text-align: center;
    width: 30px;
    background: #262A3C;
    border-radius: 18px;
    padding: 20px;
}

.drop-paper-btn a {
    height: 30px;
    font-style: 30px;
    color: #E3531E !important;
    text-align: center;
    background: #262A3C;
    border-radius: 18px;
    padding: 15px 20px;
    ;
}

.drop-paper-content h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

.drop-paper-content p span:first-child {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6B6B7D;
    padding-right: 5px;
}

.drop-paper-content p span:nth-child(3) {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6B6B7D;
    padding: 0px 5px;
}

.drop-paper-content p span:nth-child(2) {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.drop-paper-content p span:last-child {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.dropdown-main-sec .drop-paper-content{
    text-align: left;
}

/* =============Dropdown Menu End ============= */

/* =============Hero Section Start=============  */
.hero-section {
    background-image: url('../images/bg.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    height: 680px;
    border-radius: 30px;
    overflow: hidden;
    position: static;
    z-index: -1;
}

.hero-section:hover {
    position: relative;
    z-index: 999999;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 150px;
}

.hero-content h1 {
    font-family: 'Epilogue', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 56px;
    line-height: 72px;
    color: #FFFFFF;
}

.hero-content h1 span {
    font-weight: 700;
    color: #FFFFFF;
}

.hero-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6B6B7D;
    padding: 10px;
}

.hero-thubnail {
    position: relative;
}

.hero-thub2 {
    position: relative;
}
.hero-thub2 img{
    filter: drop-shadow(2px 4px 6px black);
}
.review-logo2 img{
    filter: drop-shadow(2px 4px 6px black);
}
.review-main .review-logo img{
    filter: drop-shadow(2px 4px 6px black);
}

.hero-thubnail .hero-thub1 {
    position: absolute;
    width: 59px;
    height: 61px;
    left: -82px;
    top: -20px;
}

.hero-thubnail .hero-thub3 {
    position: absolute;
    width: 38px;
    height: 36px;
    left: 186px;
    top: 315px;
}

.hero-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 30px;
    gap: 8px;
}

.hero-button .btn1 {
    background: #E3531E;
    border-radius: 30px;
    cursor: pointer;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 500;
    border: 1px solid transparent;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
}

.hero-button .btn1 span {
    margin-left: 10px;
}

.hero-button .btn2 {
    align-items: center;
    background: rgba(255, 135, 24, 0.15);
    border-radius: 30px;
    cursor: pointer;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 500;
    border: 1px solid transparent;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
}

.hero-button .btn1 .checkBtn,
.hero-button .btn2 .checkBtn {
    display: block;
    color: #FFFFFF;
    margin-right: 5px;
}

.hero-button .btn1:hover {
    background: #746b09;
}

.hero-button .btn2:hover {
    background: hotpink;
}

.hero-button .btn2 span {
    margin-left: 10px;
}

.banner-heading svg{
    color: #636375;
    height: 25px;
    width: 25px;
}
.banner-heading{
    font-size: 20px;
    color: #fff;
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.banner-heading .fa-solid{
    display: inline-block;
    font-size: 10px;
    color: #636375;
}
.banner-heading a{
    display: inline-block;
    font-size: 15px;
    color: #636375;
}
.banner-heading p{
    display: inline-block;
    font-size: 15px;
    color: #fff;
}

/* ====================Hero Section End====================  */



/* ====================Extra code Start====================  */
.home-review-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
}

.home-review-title1 p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #2A2C33;
}

.home-review-logo img {
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

.review-right-home2 {
    width: 800px;
}

.review-right-home1 {
    width: 275px;
}

.review1-home {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.home-top-review1 {
    padding: 15px 0px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: white;
}

.title-re2 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.title-re2 p i {
    color: orange;
}

.review-right-item-home8 {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #eeeeee;
}

.review-right-item-home8 a{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    width: 100%;
}
.review-right-item-home8 a:hover h4{
    text-decoration: underline;
    color: #fff;
}
.review-right-item-home8 a:hover{
    background: #E3531E;
}
.review-right-item-home8 a:hover p{
    color: #fff;
}

.review-right-item-home8:first-child {
    background: #000;
}

.review-right-item-home8:nth-child(2) {
    background: #2B2B3A;
}


/* ====================Extra code End====================  */


/* ====================Home Speedy section start====================  */
.home-speedy {
    /* background: #000; */
}
.home-speedy .speedy-list{
    background: #DDE8F2;
    padding: 10px 15px;
}
.home-speedy .speedy-list .list1{
    padding: 10px 20px;
    border-right: 1px solid #d9dde4;
}
.home-speedy .speedy-list .list1:last-child{
    border-right: none;
}
.home-speedy .speedy-list .list1 p{
    margin-bottom: 0;
}
.home-speedy-main {
    display: flex;
    align-items: center;
    gap: 25px;
}

.sppedy-thub1 {
    padding: 5px 10px;
    background: #D5E0EF;
    border-radius: 8px;
}

.speedy-rate {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #2B2B3A;
}

.home-spddy-logo {
    
}
.home-spddy-logo img{
    width: 120px;
    height: 50px;
    border-radius: 8px;
}

.home-spddy-logo h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 15px;
}

.spped-pra1 {
    padding-top: 15px;
    padding-bottom: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2B2B3A;
}

.home-speedy-item {
    margin-top: 30px;
}

/* ====================Home Speedy section End====================  */




/* ====================Top Services Section Start====================  */
.table-service {
    margin-top: 100px;
    margin-bottom: 50px;
}
.table-service table{
    width: 100%;
}

.top-table-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 48px;
}

.top-table-title table {
    border-collapse: collapse;

}

.top-table-title table,
td {
    border: 1px solid transparent;
}

.top-table-title td {
    padding: 10px 27px;
}

.top-table-title .viewSite {
    background: #37363F;
    border-radius: 30px;
    cursor: pointer;
    text-transform: capitalize;
    padding: 12px 20px;
    color: #FFB018;
    border: none;
}

.top-table-title .viewSite11 {
    background: #E3531E;
    border-radius: 30px;
    cursor: pointer;
    text-transform: capitalize;
    padding: 10px 20px;
    text-align: center;
    color: white;
    border: none;
}

.top-table-title .viewSite2 {
    color: #E3531E;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    line-height: 16px;
    margin-top: 15px;
    background: transparent;
    cursor: pointer;
    border: none;
    /* margin-top: 17px; */
    /* text-align: center; */
}

.table-top-item2 .viewSite1 {
    color: #E3531E;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    margin-top: 10px;
    background: transparent;
    cursor: pointer;
    border: none;
}

.table-top-item td h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

.home-table table th{
    border: 1px solid #393944;
}


.discount-page .list-table td, th{
    border: 1px solid #e9e9e9;
}
.discount-page .table1 td:first-child{
    border-right: none;
}
.discount-page .table1 td:last-child{
    border-right: none;
}
.discount-page table td{
    border-right: 1px solid #e9e9e9;
}
.table-top-item td h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.table-top-item td .rating i {
    color: #FFB018;
}

.table-top-item td p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #AFAFB6;
}
.table-top-item td p:first-child{
    margin-bottom: 5px;
}
.table-top-item td p:last-child{
    color: black;
}
.table-top-item {
    background: #FFFFFF;
    border-radius: 30px;
    display: block;
    margin-top: 10px;
    padding: 10px
    ;
}
.table-top-item .fastLogo {
    background: #262A3C;
    text-transform: capitalize;
    width: 80px;
    height: 80px;
    margin: 0px auto;
    text-align: center;
    border-radius: 24px;
    color: white;
    font-size: 30px;
    font-weight: bold;
}
.discount-page .table1{
    border: 1px solid transparent;
}


.discount-page .top-table-title table{
    width: 100%;
}
.discount-page .table-top-item td h4{
    display: inline-block;
}
.discount-page .top-table-title table .viewSite2{
    margin-bottom: 13px;
    display: inline-block;
}
.discount-page .top-table-title table td:nth-child(1){
    padding: 0;
    width: 10%;
}
.discount-page .top-table-title table td:nth-child(2){
    padding:  10px;
    width: 30%;
}
.discount-page .top-table-title table td:nth-child(3){
    width: 15%;
}
.discount-page .top-table-title table td:nth-child(4){
    width: 20%;
    border-right: none;
}
.discount-page .top-table-title table td:nth-child(5){
    width: 25%;
    text-align: center;
    padding: 10px;
    vertical-align: initial;
}
.discount-page .computer-table table{
    width: 100%;
}
.discount-page .review1 .service-discount{
    width: 100%;
}
.discount-page .review1 .review-left .title{
    display: flex;
    padding: 10px 15px;
    box-sizing: border-box;
}
.discount-page .review1 .review-left .title h4{
    width: 80%;
    padding: 0;
    text-align: left;
}
.discount-page .review1 .review-left .title p{
    width: 25%;
    font-size: 18px;
}
.discount-page .review1 .review-left .title i{
    color: #FFB018;
}
.discount-page .review1 .review-left .discount-parcent p{
    font-size: 25px;
    color: #E3531E;
    text-align: center;
    font-weight: 500;
}
.discount-page .review1 .review-left .review-leftBtn a{

}


.single-discount-page .top-table-title table{
    width: 100%;
}
.single-discount-page .table-top-item td h4{
    display: inline-block; 
}
.single-discount-page .top-table-title table .viewSite2{
    margin-bottom: 10px;
    display: inline-block;
}
.single-discount-page .top-table-title table td:nth-child(1){
    padding: 0;
    width: 10%;
}
.single-discount-page .top-table-title table td:nth-child(2){
    padding:  10px;
    width: 30%;
    border-right: 1px solid #e9e9e9;
}
.single-discount-page .top-table-title table td:nth-child(3){
    width: 15%;
    border-right: 1px solid #e9e9e9;
    
}
.single-discount-page .top-table-title table td:nth-child(4){
    width: 20%;
    
}
.single-discount-page .top-table-title table td:nth-child(5){
    width: 25%;
    text-align: center;
    padding: 10px;
    vertical-align: initial;
}
.table-service tr td img{
    width: 130px;
    height: 100%;
    border-radius: 24px;
}

.review1 .review-left table td img{
    width: 130px;
    height: 100%;
    border-radius: 24px;
}
.table-top-item2 .fastLogo2 {
    text-transform: capitalize;
    margin: 0px auto;
    text-align: center;
    border-radius: 24px;
    color: white;
    font-size: 30px;
    font-weight: bold;
}

.table-top-item2 {
    background: #262A3C;
    border-radius: 30px;
    display: block;
    color: white;
    padding: 10px;
}

.table-top-item2 td h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: white;
    line-height: 32px;
}

.table-top-item2 td h4 {
    font-style: normal;
    font-weight: 500;
    color: white;
    font-size: 24px;
    line-height: 32px;
}

.table-top-item2 td .rating i {
    color: #FFB018;
}

.table-top-item2 td p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #AFAFB6;
}



/* ====================Top Services Section End====================  */


/* ====================SpeedyPaper Section Start====================  */
.speedy-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-rating-right2 {
    display: flex;
    align-items: center;
    gap: 2px;
}

.speedy-left h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    margin: 0;
}

.speed-para {
    padding: 20px 0;
}

.speed-para p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2B2B3A;
}

.speedy-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #EAEFF7;
    padding: 10px;
    border-radius: 20px;
}

.speedy-list .list1 p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #0d0d0f9f;
}

.speedy-list .list1 h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #373749;
    padding-top: 2px;
}

.speedy-right .review-leftBtn button {
    width: 158px;
}

.speedy-sec2 .speedy-list p{
    margin-bottom: 0;
}
.speedy-sec2 .speedy-list .list1{
    padding: 10px 15px;
    border-left: 1px solid #d9dde4;
}
.speedy-sec2 .speedy-list .list1:first-child{
    border-left: none;
}

.review-rating-right2 p:last-child {
    color: #AFAFB6;
    font-size: 20px;
}

.review-rating-right2 p:nth-child(2) {
    color: #FFB018;
    font-size: 20px;
}

.review-rating-right2 p:nth-child(3) {
    color: #FFB018;
    font-size: 20px;
}

.review-rating-right2 p:nth-child(4) {
    color: #FFB018;
    font-size: 20px;
}

.review-rating-right2 p:nth-child(5) {
    color: #FFB018;
    font-size: 20px;
}

.review-rating-right2 p:nth-child(6) {
    color: #FFB018;
    font-size: 20px;
}

.review-rating-right2 p:first-child {
    color: #2B2B3A;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-right: 10px;
    font-size: 20px;
}

.apply-sec {
    margin-top: 50px;
}

.apply-item {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.apply-left h5 {
    height: 20px;
    width: 20px;
    background: #2B2B3A;
    color: white;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
}

/* ====================SpeedyPaper Section End====================  */



/* ====================computer Section Start====================  */
.computer-easy-services {
    margin-top: 30px;
}
.computer-easy-services .content{
    padding: 20px;
    max-width: 800px;
    margin: 0;
    background: white;
    padding: 50px 20px;
    overflow: hidden;
    border-radius: 30px;
}
.container3 {
    width: 853px;
    margin: 40px 0;
}

.computer {
    display: flex;
    align-items: center;
    gap: 50px;
    overflow: hidden;
}

.computer-logo {
    position: relative;
}

.computer-title h3 {
    font-family: 'Epilogue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
}

.computer-logo img {
    position: relative;
    z-index: 3;
}

.computer-logo .com-shadow {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 15px;
    top: 15px;
    background: #E3531E;
    opacity: 0.3;
    border-radius: 20px;
    /* z-index: -1; */
}

.computer-para {
    flex-wrap: wrap;
}

.computer-para p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-top: 30px;
}

.computer-boder hr {
    margin: 30px 0px;
    width: 200px;
    border-radius: 50px;
    border: 1px solid #E3531E;
}

/* computer Section End  */



/* =======================Choose Section Start=======================  */
.choose-section {
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 30px;

}
.choose-section .content{
    background-image: url('../images/bg.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    max-width: 800px;
    margin: 0;
    padding: 50px 20px;
    overflow: hidden;
    border-radius: 30px;
}

.choose-title {
    padding: 50px;
}

.choose-main {
    padding: 0px 50px;
}

.choose-title h3 {
    color: white;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
}

.choose-title p {
    color: #929ECC;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.choose-item {
    display: flex;
    gap: 50px;
    margin-top: 20px;
}

.choose-content h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.choose-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #AFAFB6;
    padding-top: 10px;
}

.choose-thub {
    position: relative;
}

.choose-thub img {
    position: absolute;
    left: -22px;
    top: 18px;
}

.choose-thub .ser4 {
    position: absolute;
    /* background: red; */
    left: -1px;
    top: 9px;
}



.choose-thub .choose-reg {
    position: relative;
    width: 64px;
    height: 64px;
    left: 0px;
    top: 0px;
    background: #1B1B20;
    opacity: 0.5;
    border-radius: 20px;

}

.choose-thub .choose-digit {
    position: relative;
    left: 47px;
    top: -24px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #E3531E;
}

/* =======================Choose Section End=======================  */

/* =======================Table Section Start=======================  */

.computer-table {
    margin-bottom: 30px;
}

.computer-table table {
    border-collapse: collapse;
}

.computer-table table, th, td {
    
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    color: #2A2C33;
}
.list-table{
    border: 1px solid #e2e2e2;
}

.computer-table th {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    background: #2B2B3A;
    color: #6B6B7D;
    text-align: left;

}
.computer-table table td:last-child{
    font-weight: 500;
}

.computer-table .viewSite {
    color: #E3531E;
    cursor: pointer;
}

.spacial-table {
    background: #E1EEF5;
}

.table-title h3 {
    font-style: normal;
    font-weight: 500;
    padding: 20px;
    font-size: 32px;
    line-height: 40px;
}

/* =======================Table Section End=======================  */


/* ====================computer Section Start====================  */

.computer {
    display: flex;
    align-items: center;
    gap: 50px;
    overflow: hidden;
}

.computer-logo {
    position: relative;
}

.computer-title h3 {
    font-family: 'Epilogue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
}

.computer-logo img {
    position: relative;
    z-index: 3;
}

.computer-logo .com-shadow {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 15px;
    top: 15px;
    background: #E3531E;
    opacity: 0.3;
    border-radius: 20px;
    /* z-index: -1; */
}

.computer-para {
    flex-wrap: wrap;
}

.computer-para p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-top: 30px;
}

.computer-boder hr {
    margin: 30px 0px;
    width: 200px;
    border-radius: 50px;
    border: 1px solid #E3531E;
}

/* computer Section End  */



/* =======================Paper Section Start=======================  */
.paper-section {
    margin: auto;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 30px;
}
.paper-section .content{
    background-image: url('../images/bg.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    max-width: 800px;
    margin: 0;
    padding: 50px 20px;
    overflow: hidden;
    border-radius: 30px;
}
.paper-title {
    padding: 50px;
}

.paper-main {
    padding: 0px 50px;
}

.paper-title h3 {
    color: white;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
}

.paper-title p {
    color: #929ECC;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}

.paper-item {
    display: flex;
    gap: 70px;
    margin-top: 30px;
}

.paper-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.paper-digit {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E3531E;
    position: absolute;
    height: 45px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    width: 45px;
    color: white;
    border-radius: 50%;
}

/* =======================Paper Section End=======================  */

/* =======================Faq Section End=======================  */
.faq-sec {
    overflow: hidden;
}

.mb-10{
    margin-bottom: 100px;
}
.faq-sec .content{
    max-width: 800px;
    margin: 0;
    padding: 50px 20px;
    overflow: hidden;
    border-radius: 30px;
}


.faq-item {
    margin-top: 10px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
}

.faq-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
}

.faq-item h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.faq-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

/* =======================Faq Section End=======================  */


/* =======================Footer Section Start=======================  */
.footer-sec {
    background: #181925;
    padding-bottom: 70px;
    padding-top: 15px;
}

.footer-item .logo a {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: white;
}

.footer-item .logo a span {
    margin-left: 10px;
    color: white;
}

.footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    grid-column-gap: 30px;
    margin-top: 30px;
}

.footer-item1 h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: white;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.footer-item2, .footer-item3 ,.footer-item4 ul{
    margin-top: 30px;
}

.footer-item2 h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: white;
    text-transform: capitalize;
}

.footer-item3 h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: white;
    text-transform: capitalize;
}

.footer-item p {
    color: #959595;
    line-height: 30px;
}

.footer-item2 ul li a {
    display: block;
    color: #959595;
    text-transform: capitalize;
    margin-top: 15px;
    transition: all 0.5s ease-in-out;
}

.footer-item3 ul li a {
    display: flex;
    color: #959595;
    text-transform: capitalize;
    margin-top: 15px;
    transition: all 0.5s ease-in-out;
}

.footer-item1 ul li a {
    display: block;
    color: #959595;
    text-transform: capitalize;
    margin-top: 15px;
    transition: all 0.5s ease-in-out;
}

.footer-item ul li a:hover {
    color: orange;
}

.copyright {
    background: #000;
    text-align: center;
    padding: 15px;
}

.copyright p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #AFAFB6;
}

.footer-sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.footer-item3 {
    padding: 20px;
}

.footer-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #AFAFB6;
    padding: 15px;
}

.footer-clinet {
    background: #13141E;
    border: 1px solid #6b6b7d3b;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 10px;
}

.footer-clinet ul {
    display: flex;
    align-items: center;
}

.footer-clinet ul li {
    margin-right: 15px;
    margin-left: 5px;
    cursor: pointer;
}


/* footer sub menu  */
.footer-sub-menu {
    padding: 10px 0px;
}

.footer-line {
    width: 100%;
    opacity: 0.1;
    border: 1px solid #6B6B7D;
    border-radius: 50px;
}

.footer-line2 {
    width: 100%;
    opacity: 0.1;
    border: 1px solid #6B6B7D;
    border-radius: 50px;
    display: none;
}

.footer-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-left-logo a {
    display: flex;
    align-items: center;
    font-style: 20px;
}

.footer-left-logo a span {
    color: white;
    padding-left: 5px;
}


.footer-left-logo .logoSpan4 {
    text-align: center;
    color: #959595 !important;
    padding-left: 5px;
}

.footer-right-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 50px;
}

.footer-right-menu ul li a {
    color: white;
    text-transform: capitalize;
}


/* =======================Footer Section End=======================  */





/* End Review Section Start  */
.end-review {
    padding-bottom: 50px;
}

.end-review-item {
    display: flex;
    align-items: center;
    gap: 50px;
    background: white;
    border-radius: 10px;
    padding: 30px;
    margin-top: 10px;
}
.end-review-item .end-thub:last-child{
    border-left: 1px solid #D5E0EF;
    padding-left: 50px;
}

.end-thub h5 {
    margin-top: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2B2B3A
}

.end-thub h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #6B6B7D;
}

.end-thub p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* or 133% */


    /* Main text */

    color: #2B2B3A;
}

/* End Review Section End  */








/* ======================================================================================================== 
                               All Pages Desin Here
======================================================================================================== */


/* single-top-banner */
.single-top-banner {
    background-image: url('../images/bg.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    height: 380px;
    border-radius: 30px;
    overflow: hidden;
}

.single-top-title {
    margin-top: 160px;
}

.single-top-title h3 {
    font-style: normal;
    text-align: center;
    font-weight: 700;
    font-size: 56px;
    text-transform: capitalize;
    line-height: 72px;
    text-align: center;
    color: #FFFFFF;
}

.single-top-title h3 span {
    font-weight: 400;
    margin-left: 10px;
    color: #FFFFFF;
}


.review-left125{
    margin-top: 50px;
}
.terms-container {
    width: 80%;
    margin: 50px auto;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 30px;
}

.terms-container2 {
    width: 80%;
    margin: 50px auto;
    padding: 20px;
    border-radius: 30px;
}

.terms-container h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #2B2B3A;
    line-height: 40px;
}

.terms-container p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2B2B3A;
}

.terms-line {
    width: 200px;
    border: 1px solid #f57b4fb9;
    margin: 20px 0px;
    border-radius: 50px;
}

.terms-item {
    margin-top: 40px;
}



/* about pages */
.about1 {
    display: flex;
    align-items: center;
    gap: 60px;
}

.about2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px 100px;
    margin-top: 50px;
}

.about1 .about-thub img {
    height: 300px;
    width: 300px;
    border-radius: 30px;
}




.social-about {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.social-about i {
    color: orange;
    font-size: 20px;
    height: 20px;
    padding: 10px;
    width: 20px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.social-about i:hover {
    background: orangered;

}


/* review services */
.review-top-banner {
    background-image: url('../images/bg.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    border-radius: 30px;
    overflow: hidden;
}


.review-main {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 50px;
    margin-top: 90px;
}
.review-main .review-content{
    width: 70%;
}
.single-review-page .review-content{
    width: 60%;
}
.review-content .about-social{
    margin-top: 20px;
}
.review-content .about-social span{
    color: #636375;
    font-size: 18px;
}
.review-content .about-social .fa-brands{
    color: #E3531E;
    font-size: 20px;
    margin-left: 15px;
}
.review-main .review-logo, .review-logo2{
    width: 30%;
    text-align: right;
}
.single-review-page .review-logo{
    width: 40%;
    position: relative;
}
.single-review-page .review-logo img{
    width: 100%;
}
.single-review-page .review-logo .action-img{
    filter: none;
    width: 130px;
    position: absolute;
    left: -60px;
    top: -60px;
}
.single-review-page .service-features{
    width: 250px;
    height: 330px;
    background: #2B2B3A;
    padding: 30px 20px;
    border: 2px solid #5B5B6C;
    border-radius: 20px;
    box-sizing: border-box;
}
.single-review-page .service-features h3{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.single-review-page .service-features .item{
    display: flex;
    margin-bottom: 8px;
}
.single-review-page .service-features .item .left-side{
    width: 70%;
}
.single-review-page .service-features .item .right-side{
    width: 30%; 
    text-align: right;
}
.single-review-page .service-features .item .right-side p{
    color: #fff;
}

.single-review-page .service-pros{
    width: 500px;
    height: 330px;
    background: #2B2B3A;
    padding: 15px 10px;
    border: 2px solid #5B5B6C;
    border-radius: 20px;
    box-sizing: border-box;
}
.single-review-page .service-pros .content{
    display: flex;
}
.single-review-page .service-pros .left-side{
    width: 50%;
    border-right: 1px solid #343446;
    padding: 15px;
    box-sizing: border-box;
}
.single-review-page .service-pros .right-side{
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
}
.single-review-page .service-pros .heading{
    margin-bottom: 15px;
}
.single-review-page .service-pros .heading img{
    display: inline-block;
    border: none;
}
.single-review-page .service-pros .heading h4{
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
    margin-left: 8px;
}
.single-review-page .service-pros ul li{
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
    display: flex;
    line-height: 1.5em;
}
.single-review-page .service-pros ul li img{
    height: 100%;
    border: none;
    margin-right: 8px;
}

.review-main .review-content p{
    color: #636375;
    margin-bottom: 20px;
}
.review-main .review-content p strong{
    font-weight: 400;
    color: #F2F2F3;
}
.review-main .review-content p i{
    color: #FFB018;
    font-size: 20px;
}

.review-content h3 {
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 72px;
}

.review-content h3 span {
    font-weight: 400;
    color: white;
}

.review-design {
    margin-bottom: 30px;
}
.review-design.discount-page{
    margin-bottom: 0;
}

.review1 {
    display: flex;
    justify-content: space-around;
    gap: 50px;
    margin-top: 50px;

}
.review1 .review-left{
    width: 852px;
}
.review1 .review-right{
    width: 272px;
}

.review-left1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    align-items: center;
    justify-content: space-around;
    grid-row-gap: 20px;
}

.review-left-item {
    background: #FFFFFF;
    border-radius: 30px 30px;
}



.review-left-item img {
    width: 100%;
    height: 180px;
    border-radius: 30px 30px 0px 0px;
}

.review-left-item h4 {
    font-style: normal;
    font-weight: 700;
    color: #2B2B3A;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 10px 15px;
}

.blog-design .review-left h4 {
    text-align: left;
}

.blog-design .date {
    padding: 0 15px;
}

.blog-design .date .fa-calendar-days {
    font-size: 12px;
    color: #555555;
}

.blog-design .date p {
    font-size: 12px;
    color: #555555;
}

.review-rating-left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.review-rating-left p:first-child {
    color: #2B2B3A;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-right: 10px;
    font-size: 20px;
}

.review-rating-left p:last-child {
    color: #AFAFB6;
    font-size: 20px;
}

.review-rating-left p:nth-child(2) {
    color: #FFB018;
    font-size: 20px;
}

.review-rating-left p:nth-child(3) {
    color: #FFB018;
    font-size: 20px;
}

.review-rating-left p:nth-child(4) {
    color: #FFB018;
    font-size: 20px;
}

.review-rating-left p:nth-child(5) {
    color: #FFB018;
    font-size: 20px;
}

.review-rating-right p:last-child {
    color: #AFAFB6;
    font-size: 16px;
}

.review-rating-right p:nth-child(2) {
    color: #FFB018;
    font-size: 16px;
}

.review-rating-right p:nth-child(3) {
    color: #FFB018;
    fofont-size: 16px;
}

.review-rating-right p:nth-child(4) {
    color: #FFB018;
    font-size: 16px;
}

.review-rating-right p:nth-child(5) {
    color: #FFB018;
    font-size: 16px;
}

.review-rating-right p:nth-child(6) {
    color: #FFB018;
    font-size: 16px;
}

.review-rating-right p:first-child {
    color: #2B2B3A;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-right: 10px;
    font-size: 16px;
}

.review-leftBtn {
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.review-leftBtn a {
    background: #37363F;
    border-radius: 30px;
    font-style: normal;
    font-weight: 700;
    margin: 20px auto;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    padding: 12px 30px;
    color: #FFB018;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.review-right1 {
    background: #FFFFFF;
    border-radius: 30px 30px;
    overflow: hidden;
}
.review-right-item a{
    display: flex;
    width: 100%;
    gap: 5px 10px;
    padding: 10px;
}

.review-right-item {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-bottom: 1px solid #F0F0F4;
}
.review-right-item.active{
    background: #262A3C;
}
.review-right-item.active h4{
    color: #fff;
}
.review-right-item.active p{
    color: #fff;
}
.review-right-item:hover{
    background: #E3531E;
}
.review-right-item.active:hover{
    background: #262A3C;
}
.review-right-item:hover h4{
    color: #fff;
    text-decoration: underline;
}
.review-right-item:hover p{
    color: #fff;
}
.review-right-item.active p i{
    color: #FFB018;
}
.review-right-item:hover p i{
    color: #FFB018;
}

.review-right2 {
    margin-top: 50px;
}


.review-right h2 {
    background: #E3531E;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    border-radius: 30px 30px 0px 0px;
    line-height: 24px;
    padding: 20px 5px;
    color: #FFFFFF;
}
.review-right .review-promo{
    margin-top: 30px;
}
.review-right .review-promo h2 {
    background: #6B6B7D;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    border-radius: 30px 30px 0px 0px;
    line-height: 24px;
    padding: 20px 5px;
    color: #FFFFFF;
}
.review-right .review-promo h5{
    color: #E3531E;
    font-size: 15px;
    margin-top: 7px;
} 
.review-right .review-promo h4{
    font-size: 15px;
}
.review-right-item:hover h5{
    color: #000;
}


.review-right-logo img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.review-rating-right {
    display: flex;
    align-items: center;
    gap: 2px;
}


.review-logo2 img {
    height: 250px;
    border-radius: 20px;
}
.review-left .table-content{
    background: #D5E0EF;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.review-left .table-content h3{
    font-size: 25px;
}
.review-left .table-content ul li{
    margin-bottom: 10px;
}
.review-left12 {
    background: #FFFFFF;
    padding: 30px 30px;
    box-sizing: border-box;
    border-radius: 30px;
}

.review-left-item2 p {
    margin-bottom: 20px;
}
.review-left-item2 ul{
    list-style-type: circle;
    margin-left: 25px;
}

.review-left-item2 ul li{
    list-style-type: disc !important;
    margin-bottom: 10px;
}
.review-left-item2 h3{
    font-size: 22px !important;
    margin: 30px 0;
}

.review-left-item2 h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
    color: #2B2B3A;
}

.review-left-item2 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.review-left125 .faq-item {
    margin-top: 10px;
}

.review-left125 .faq-item h3 {
    font-size: 20px;
}

.review-left-dis {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 50px;
}

.review-left h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}



/* Company Review Pages */
.company-rating-left {
    display: flex;
    align-items: center;
    gap: 5px;

}

.company-rating-left p:first-child {
    color: white;
    font-size: 20px;
    font-weight: 400;
}

.company-rating-left p {
    color: orange;
}

.product-cart {
    padding: 10px;
}

.product-cart h3 {
    font-size: 25px;
}

.rating-review1 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 20px 0;
}

.rating-review1 p {
    color: white;
}

.quality-sec {
    padding: 10px;
}

.quality-sec h3 {
    font-size: 25px;
}

.single-para {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    color: #2B2B3A;
}

.contact-sec {
    background-image: url('../images/bg.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    height: 540px;
    border-radius: 30px;
    overflow: hidden;
    margin: 50px 0px;
}

.contact-title {
    text-align: center;
    padding: 30px 0px;
}

.contact-title h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    padding: 10px 0px;
}

.contact-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6B6B7D;
}


.about-page .about-category{
    width: 100%;
    margin-top: 60px;
    margin-bottom: 50px;
}
.about-page .about-category .row{
    display: flex;
    justify-content: center;
}
.about-page .about-category .col-lg-4{
    width: 33.333%;
}
.about-page .about-category .card{
    background: #2B2B3A;
    border-radius: 20px;
    padding: 25px 20px;
    display: flex;
    margin: 10px;
    padding-right: 30px;
}
.about-page .about-category .card .icon{
    width: 60%;
}
.about-page .about-category .card .icon img{
    width: 65px;
}
.about-page .about-category .card .icon p{
    color: #E3531E;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}
.about-page .about-category .card .number{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.about-page .about-category .card .number p{
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    
}


.about-page .about-content{
    padding: 20px;
    background: #FFFFFF;
    border-radius: 30px;
    margin-bottom: 100px;
}
.about-page .about-content h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    color: #2B2B3A;
    line-height: 40px;
    margin-bottom: 20px;
}
.about-page .about-content .about-rating img{
    width: 350px;
}

.about-page .about-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2B2B3A;
}
.about-page .about-content .about-content2 p{
    margin-top: 80px;
} 

.home-top-table1 .top-table-title td{
    padding: 10px 15px !important;
}
.home-top-table1 .table-top-item2 td:nth-child(3){
    border-right: 1px solid #3e4150 !important;
}
.home-top-table1 .table-top-item2 td:nth-child(4){
    border-right: 1px solid #3e4150 !important;
}
.home-top-table1 .table-top-item2 td:nth-child(5){
    border-right: 1px solid #3e4150 !important;
}
.home-top-table1 .top-table-title td:nth-child(1){
    width: 10%;
}
.home-top-table1 .top-table-title td:nth-child(2){
    width: 20%;
}
.home-top-table1 .top-table-title td:nth-child(3){
    width: 10%;
    border-right: 1px solid #e9e9e9;
}
.home-top-table1 .top-table-title td:nth-child(4){
    width: 10%;
    border-right: 1px solid #e9e9e9;
}
.home-top-table1 .top-table-title td:nth-child(5){
    width: 10%;
    border-right: 1px solid #e9e9e9;
}
.home-top-table1 .top-table-title td:nth-child(6){
    width: 10%;
}
.home-top-table1 .top-table-title td:nth-child(7){
    width: 15%;
    text-align: center;
}
.home-top-table1 .top-table-title td:last-child{
    text-align: center;
}
.home-top-table1 .top-table-title .viewSite11{
    padding: 15px 10px;
    font-size: 16px;
    display: block;
    width: 90%;
}
.home-top-table1 .viewSite{
    padding: 15px 10px;
    font-size: 16px;
    display: block;
    width: 90%;
}
.home-top-table1 .top-table-title .viewSite2{
    font-size: 15px;
}


@media screen and (max-width: 767px){
    .about-page .about-category .row{
        display: block;
        justify-content: center;
    }
    .about-page .about-category .col-lg-4{
        width: 100%;
    }
    .about-page .about-content .about-content{
        margin-bottom: 0;
    }
    .about-page .about-content .about-content2 p{
        margin-top: 0;
    }
    .single-review-page .review-logo .action-img{
        left: 0;
        top: auto;
        bottom: -50px;
    }
    .single-review-page .review-main{
        flex-direction: column-reverse;
    }
    .single-review-page .review-content h3{
        font-size: 30px !important;
    }
    .company-rating-left p:first-child{
        font-size: 30px !important;
    }
    .single-review-page .company-btn55{
        width: 95%;
    }
    .single-review-page .company-btn55 a{
        padding: 20px 15px !important;
        font-size: 20px !important;
        box-sizing: border-box;
    }
    .single-review-page .company-btn55.border-radius a{
        width: 100%;
    }
    .single-review-page .services-main-item99{
        width: 100%;
    }
    .single-review-page .service-features{
        margin-top: 50px;
        width: 100%;
        height: auto;
    }
    .single-review-page .service-pros{
        height: auto;
        width: 100%;
    }
    .single-review-page .service-pros .content{
        display: block;
    }
    .single-review-page .service-pros .left-side{
        width: 100%;
    }
    .single-review-page .service-pros .right-side{
        width: 100%;
    }
    .single-review-page .service-pros .heading h4{
        margin-top: 0;
        font-size: 25px;
    }
    .single-review-page .service-pros .heading img{
        width: 50px;
    }
    .single-review-page .service-pros ul li img{
        width: 20px;
    }
    .hero-company .review-top-banner{
        height: auto !important;
        padding-bottom: 50px !important;
    }
    .single-review-page .service-pros .heading{
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .single-review-page .services-main-item99{
        margin-top: 30px;
    }
    .company-rating-left p:first-child{
        font-size: 20px !important;
    }
    .single-review-page  .services-main-item99 .sec3 a{
        padding: 15px !important;
    }
    .single-review-page  .services-main-item99 .sec3 .company7-main{
        gap: 15px;
    }
    .review-left-dis{
        display: block !important;
    }
    .speedy-sec2 .speedy-list .list1{
        border-left: none;
        border-bottom: 1px solid #d9dde4;
        width: 100%;
        box-sizing: border-box;
    }
    .home-speedy .speedy-list .list1{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #d9dde4;
        box-sizing: border-box;
    }
    .home-speedy .speedy-list .list1:last-child{
        border-bottom: none;
    }

}


.terms-container3 {
    width: 80%;
    margin: 50px auto;
    padding: 20px;
    border-radius: 30px;
    padding-bottom: 70px;
}

.contact-form1 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-form1 .form1{
    width: 50%;
}
.contact-form2 .form1{
    width: 100%;
}

.contact-form input[type='text'] {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #353949;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
}

.contact-form input:focus {
    outline: none;
}

.contact-form2 textarea {
    width: 100%;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #353949;
    border-radius: 5px;
    box-sizing: border-box;
}
.contact-form textarea:focus {
    outline: none;
}

.form1 {
    margin-bottom: 10px;
}

.contact-se2 {
    max-width: 758px;
    margin: 0 auto;
}

.contact-form label {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 5px;
    color: #FFFFFF;
}



.review-right-content h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}



.hero-company .review-top-banner {
    height: auto;
    padding-bottom: 100px;
}

.company-review1 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}


.company-btn55 a {
    display: block;
    width: 80px;
    padding: 12px 5px;
    background: #E3531E;
    border-radius: 10px;
    color: white;
    text-align: center;
    transition: all .5s;
}
.company-btn55 a:hover{
    background: #422C1E;
}
.company-btn55 a .txt{
    color: #fff;
}
.company-btn55 a:hover .txt{
    display: none;
}
.company-btn55 a .fa-solid{
    display: none;
    transition: all .5s;
}

.company-btn55 a:hover .fa-solid{
    display: block;
}


.company-btn55.border-radius a{
    border-radius: 30px;
    padding: 12px 20px;
}

.company-extra-servies {
    margin-top: 50px;
}

.services-item55 {
    display: flex;
    gap: 20px;
    padding: 20px 0;
}

.services-main-item99 img {
    border-radius: 10px;
    border: 2px solid #e5dada30;
}

.services-main-item99 p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #6B6B7D;
}

.services-main-item99 h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    padding-bottom: 8px;
}

.company7-main {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.company7 .logo7 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.company7 h4 {
    font-size: 18px;
}









/* ======================================================================================================== 
                               All Pages Desin End
======================================================================================================== */

















/* ======================================================================================================== 
                               Responsive Start Form Here
======================================================================================================== */

@media all and (max-width :1000px) {
    .container2 {
        width: 700px;
    }

    .faq-item {
        margin: 10px 20px;
    }

    .faq-title h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        margin: 10px 20px;
    }

    .hero-section {
        padding-bottom: 100px;
    }

    .hero {
        flex-direction: column;
    }

    .hero-content p {
        text-align: center;
    }

    .hero-button {
        justify-content: center;
    }

    .review-left-dis {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .hero-content {
        order: 2;
        padding-top: 100px;
    }

    .hero-thubnail {
        order: 1;

    }

    .hero-thub2 img {
        width: 129px;
        height: 118px;
    }

    .hero-thubnail .hero-thub3 {
        position: absolute;
        width: 20px;
        height: 36px;
        left: 153px;
        top: 69px;
    }

    .hero-content h1 {
        font-style: normal;
        font-size: 28px;
        line-height: 40px;
        text-align: center;
        color: #FFFFFF
    }

    .hero-button .btn1 .checkBtn,
    .hero-button .btn2 .checkBtn {
        display: none;
    }

    .footer {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-sub {
        flex-direction: column;
        grid-gap: 23px;
    }

    .footer-clinet ul {
        display: flex;
        align-items: center;
        grid-gap: 10px;
        flex-wrap: wrap;
    }

    .container2 {
        width: 700px;
    }

    .faq-title h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        margin: 10px 20px;
    }

    .faq-item {
        margin: 10px 20px;
    }

    .computer-para {
        width: 315px;
    }

    .computer {
        flex-direction: column;
        align-items: flex-start;
    }

    .paper-section {
        height: 900px;
    }

    .container2 {
        width: 400px;
    }

    .company7-main {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
    }

    .company-review1 {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 15px;
        flex-direction: column;
    }

    .services-item55 {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-direction: column;
        padding: 20px;
    }

    .hero-company .review-top-banner {
        height: 1412px;
    }

    .services-main-item99 img {
        border-radius: 10px;
        border: 2px solid #e5dada30;
        width: 300px;
    }

    .company-extra-servies {
        margin-top: 20px;
    }

    .company-btn55 {
        margin-top: 10px;
    }

    .review1-home {
        flex-direction: column;
    }

    .product-cart img {
        width: 300px;
    }

    .quality-sec img {
        width: 300px;
    }

    .review-right-home2 {
        width: 400px;
    }


    .contact-se2 {
        width: 100%;
    }

    .dropdown-menu {
        flex-direction: column;
    }

    .contact-sec {
        height: 720px;
    }

    .footer-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        position: relative;
    }

    .footer-item2 {
        display: none;
    }

    .footer-item1 {
        text-align: center;

    }

    .footer-right-menu ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px 50px;
        flex-direction: column;
    }

    .footer-menu .footer-left-logo {
        position: relative;
    }

    .footer-line {
        display: none;
    }

    .footer-line2 {
        display: block;
    }

    .contact-form1 {
        display: flex;
        align-items: center;
        gap: 5px;
        flex-direction: column;
    }

    .contact-form2 textarea {
        width: 320px;
        background: #FFFFFF;
        border: 1px solid #353949;
        border-radius: 5px;
    }

    .speedy-sec {
        flex-direction: column;
        padding-top: 10px;
    }

    .speedy-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .splitLogo {
        height: 250px;
        width: 300px;
    }

    .comLogo2 {
        width: 280px;
    }

    .review-content h3 {
        color: white;
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 72px;
    }

    .comlogo5 {
        width: 280px;
    }

    .review-left1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .review-left-item img {
        width: 100%;
        height: 180px;
        border-radius: 30px 30px 0px 0px;
    }

    .review-left-dis {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .review1 {
        flex-direction: column;
    }

    .review-main {
        flex-direction: column;
    }

    .review-top-banner {
        height: 600px;
    }

    .review-content {
        order: 2;
    }

    .review-logo {
        order: 1;
    }

    .choose-section {
        height: 1244px;
    }

    .container3 {
        width: 340px;
        margin: 10px auto;
    }

    .choose-content {
        text-align: center;
    }

    .choose-item {
        flex-direction: column;
        align-items: center;
        /* text-align: center; */
        justify-content: center;
        gap: 10px;
        overflow: hidden;
    }

    .paper-section {
        height: 1500px;
    }

    .faq-item {
        margin: 10px 20px;
    }

    .faq-title h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        margin: 10px 20px;
    }

    .header-menu {
        position: relative;
    }

    .menu .logo a {
        font-size: 15px;
    }


    .header-menu {
        display: ;
    }

    .menu {
        display: grid;
        grid-template-columns: repeat(2, 234px);
        gap: 1rem;
    }

    .menubar {
        display: block;
        position: absolute;
        right: 42px;
        padding: 10px 15px;
        top: 22px;
        background: #D5E0EF;
        border-radius: 8px;
    }

    .end-review-item {
        display: flex;
        align-items: flex-start;
        gap: 50px;
        background: white;
        border-radius: 10px;
        padding: 30px;
        margin-top: 10px;
        flex-direction: column;
    }

    .about1 {
        display: flex;
        align-items: center;
        gap: 60px;
        flex-direction: column;
    }

    .about2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px 100px;
        margin-top: 50px;
        flex-direction: column;
    }

    .about2 .about-content {
        order: 1;
    }

    .about2 .about-thub {
        order: 2;
    }
}


@media all and (max-width :778px) {
    .container{
        padding: 0 10px !important;
    }
    .menu-section .container{
        padding: 0 !important;
    }
    .container2 {
        width: 700px;
    }
    .review-right-home2{
        width: 100%;
    }
    .paper-section{
        height: auto;
    }

    .faq-item {
        margin: 10px 20px;
    }

    .faq-title h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        margin: 10px 20px;
    }

    .header-menu ul{
        width: 100%;
        background: #E5F0F5;
        position: absolute;
        text-align: left;
        z-index: 100;
        margin-top: 20px;
        display: none;
    }
    .header-menu ul li{
        display: block;
    }
    .menu{
        display: contents;
    }
    .header-menu ul li a{
        display: block;
        width: 100%;
        padding: 20px 15px;
        font-size: 22px;
        text-align: center;
        font-weight: 600;
        box-sizing: border-box;
        
    }
    .header-menu ul li .menuContact{
        background: #E3531E;
        color: #fff;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 30px;
        margin-bottom: 10px;
    }
    .drop-paper-sec.w-50{
        display: none;
    }
    .navigation-bar-show{
        display: block;
    }
    .menu .logo a{
        margin-left: 20px;
    }
    .logo a .logoSpan2, .logoSpan{
        font-size: 20px;
    }

    .review1 .review-left{
        width: 100%;
    }

    .footer-item3 ul li a{
        display: block;
        text-align: center;
    }
    .review-main .review-content{
        width: 100%;
        text-align: center;
    }
    .review-main .review-logo, .review-logo2{
        width: 100%;
        text-align: center;
    }
    





}


@media all and (max-width :576px) {
    .container{
        padding: 0;
        box-sizing: border-box;
    }
    .hero-section {
        padding-bottom: 100px;
    }

    .hero {
        flex-direction: column;
        padding-top: 90px;
    }


    .hero-content p {
        text-align: center;
    }

    .hero-button {
        justify-content: center;
    }

    .review-left-dis {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .hero-content {
        order: 2;
        padding-top: 100px;
    }

    .hero-thubnail {
        order: 1;

    }

    .hero-thub2 img {
        width: 129px;
        height: 118px;

    }

    .hero-thubnail .hero-thub3 {
        position: absolute;
        width: 20px;
        height: 36px;
        left: 153px;
        top: 69px;
    }

    .hero-content h1 {
        font-style: normal;
        font-size: 28px;
        line-height: 40px;
        text-align: center;
        color: #FFFFFF
    }

    .hero-button .btn1 .checkBtn,
    .hero-button .btn2 .checkBtn {
        display: none;
    }
    .home-spddy-logo img{    
        width: 60px;
        height: 50px;
    }
    .choose-section{
        height: auto;
    }
    .footer {
        grid-template-columns: repeat(1, 1fr);
    }
    .review-right-home1{
        max-width: 275px;
        margin: 0 auto;
    }

    .choose-title{
        padding: 10px;
    }
    .choose-main{
        padding: 0 10px;
    }
    .paper-title{
        padding: 10px;
    }
    .paper-main{
        padding: 10px;
    }
    .faq-sec .content{
        padding: 50px 0;
    }
    .review1 .review-left{
        width: 100%;
    }
    .footer-sub {
        flex-direction: column;
        grid-gap: 23px;
    }
    .review1 .review-right{
        width: 300px;
        max-width: 300px;
        margin: 0 auto;
    }
    .review-content h3{
        line-height: 40px;
    }
    .review-left-item img{
        height: auto;
    }
    .contact-form1 .form1{
        width: 100%;
    }
    .terms-container2{
        width: 100%;
        padding: 0;
    }
    .review-top-banner{
        height: auto;
        padding-bottom: 65px;
    }
    .footer-clinet ul {
        display: flex;
        align-items: center;
        grid-gap: 10px;
        flex-wrap: wrap;
    }

    .container2 {
        width: 700px;
    }

    .faq-title h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        margin: 10px 20px;
    }

    .faq-item {
        margin: 10px 20px;
    }

    .computer-para {
        width: 315px;
    }

    .computer {
        flex-direction: column;
        align-items: flex-start;
    }

    .paper-section {
        height: auto;
    }



}


@media all and (max-width :400px) {
    .container2 {
        width: 400px;
    }

    .company7-main {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
    }

    .company-review1 {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 15px;
        flex-direction: column;
    }

    .services-item55 {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-direction: column;
        padding: 20px;
    }

    .hero-company .review-top-banner {
        height: 1412px;
    }

    .services-main-item99 img {
        border-radius: 10px;
        border: 2px solid #e5dada30;
        width: 300px;
    }

    .company-extra-servies {
        margin-top: 20px;
    }

    .company-btn55 {
        margin-top: 10px;
    }

    .review1-home {
        flex-direction: column;
    }

    .product-cart img {
        width: 300px;
    }

    .quality-sec img {
        width: 300px;
    }

    .review-right-home2 {
        width: 400px;
    }


    .contact-se2 {
        width: 100%;
    }

    .dropdown-menu {
        flex-direction: column;
    }

    .contact-sec {
        height: 720px;
    }

    .footer-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        position: relative;
    }

    .footer-item2 {
        display: none;
    }

    .footer-item1 {
        text-align: center;

    }

    .footer-right-menu ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px 50px;
        flex-direction: column;
    }

    .footer-menu .footer-left-logo {
        position: relative;
    }

    .footer-line {
        display: none;
    }

    .footer-line2 {
        display: block;
    }

    .contact-form1 {
        display: flex;
        align-items: center;
        gap: 5px;
        flex-direction: column;
    }

    .contact-form2 textarea {
        width: 320px;
        background: #FFFFFF;
        border: 1px solid #353949;
        border-radius: 5px;
    }

    .speedy-sec {
        flex-direction: column;
        padding-top: 10px;
    }

    .speedy-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .splitLogo {
        height: 250px;
        width: 300px;
    }

    .comLogo2 {
        width: 280px;
    }

    .review-content h3 {
        color: white;
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 40px;
    }

    .comlogo5 {
        width: 280px;
    }

    .review-left1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .review-left-item img {
        width: 100%;
        height: auto;
        border-radius: 30px 30px 0px 0px;
    }

    .review-left-dis {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .review1 {
        flex-direction: column;
    }

    .review-main {
        flex-direction: column;
    }


    .review-top-banner {
        height: auto;
        padding-bottom: 65px;
    }

    .review-content {
        order: 2;
    }

    .review-logo {
        order: 1;
    }

    .choose-section {
        height: auto;
    }

    .container3 {
        width: 340px;
        margin: 10px auto;
    }

    .choose-content {
        text-align: center;
    }

    .choose-item {
        flex-direction: column;
        align-items: center;
        /* text-align: center; */
        justify-content: center;
        gap: 10px;
        overflow: hidden;
    }

    .paper-section {
        height: 1500px;
    }

    .faq-item {
        margin: 10px 20px;
    }

    .faq-title h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        margin: 10px 20px;
    }

    .header-menu {
        position: relative;
    }

    .menu .logo a {
        font-size: 15px;
    }


    .header-menu {
        
    }

    .menu {
        display: contents;
        grid-template-columns: repeat(2, 234px);
        gap: 1rem;
    }

    .menubar {
        display: block;
        position: absolute;
        right: 42px;
        padding: 10px 15px;
        top: 22px;
        background: #D5E0EF;
        border-radius: 8px;
    }

    .end-review-item {
        display: flex;
        align-items: flex-start;
        gap: 50px;
        background: white;
        border-radius: 10px;
        padding: 30px;
        margin-top: 10px;
        flex-direction: column;
    }

    .about1 {
        display: flex;
        align-items: center;
        gap: 60px;
        flex-direction: column;
    }

    .about2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px 100px;
        margin-top: 50px;
        flex-direction: column;
    }

    .about2 .about-content {
        order: 1;
    }

    .about2 .about-thub {
        order: 2;
    }
}

@media all and (max-width :360px) {
    .container2 {
        width: 350px;
    }

    .product-cart img {
        width: 250px;
    }

    .quality-sec img {
        width: 250px;
    }

    .contact-form2 textarea {
        width: 277px;
        background: #FFFFFF;
        border: 1px solid #353949;
        border-radius: 5px;
    }

    .contact-form input[type='text'] {
        width: 242px;
        background: #FFFFFF;
        border: 1px solid #353949;
        padding: 17px;
        border-radius: 5px;
    }

    .faq-item {
        margin: 10px 20px;
    }

    .choose-section {
        height: 1400px;
    }

    .faq-title h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        margin: 10px 20px;
    }

    .paper-section {
        height: 1700px;
    }

    .container3 {
        width: 300px;
        margin: 10px auto;
    }
}

.bg-green {
    background-color: green;
}







/* ======================================================================================================== 
                                Responsive End
======================================================================================================== */