
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/*  font-family: "Montserrat", sans-serif; */
/*  font-family: "Lato", sans-serif;*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
:root{
  --primary-color: #006e56;
  --secondary-color: #36b7a5;
  --text-color: #333;
}
main,
body {
  overflow-x: hidden;
}

body {
  background: #fffefe;
} 

a {
  text-decoration: none;
}
a:focus {
  color: #36b7a5;
}

.nav-link:focus, .nav-link:hover {
  color: #fff;
}

select:focus,
textarea:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

input:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background:  var(--primary-color);
  border: 1px solid #fff;
}
::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}
.top_head{
  font-family: "Montserrat", sans-serif;
  background: var(--primary-color);
  padding: 8px 0;
}
.top_head p{
    color: #fff;
    font-size: 14px;
}
.top_head .container,
  header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_head div a{
    color: #fff;
    font-size: 14px;
    padding: 0 0 0 3rem;
    font-weight: 300;
}
.top_head div a i{
    width: 23px;
    height: 23px;
    border-radius: 7px;
    font-size: 10px;
    background: #d3cece4f;
    text-align: center;
    line-height: 23px;
    margin: 0 2px;
}
header{
    padding: 1rem 0;
}
header .container .logo img{
    width: 190px;
}
header .container .btn_call{
    font-family: "Montserrat", sans-serif;
}
header .container .btn_call a{
    background: var(--primary-color);
    padding: 17px 18px;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease-in;
}
header .container .btn_call a:hover {
    background: #282828;
}
header .container .btn_call a i {
    font-size: 14px;
    margin: 0 5px 0 0;
}
footer {
    padding: 0 0 2rem 0;
}
footer .footer_logo img{
    width: 140px;
}
footer .footer_logo p{
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #000;
  padding: 10px 0;
  font-size: 14px;
}
footer .footer_logo ul{
    font-family: "Montserrat", sans-serif;
}
footer .footer_logo ul li{
    padding: 8px 0;
}
footer .footer_logo ul li a{
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease-in;
}
footer .footer_logo ul li a:hover {
    color: var(--primary-color);
}
footer .footer_logo ul li a i{
    width: 33px;
    height: 33px;
    background: var(--primary-color);
    text-align: center;
    line-height: 33px;
    font-size: 12px;
    border-radius: 8px;
    color: #fff;
    margin: 0 8px 0 0;
}
footer .footer_social h3{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #000;
}
footer .footer_social {
    padding: 0 0 0 2rem;
}
footer .footer_social ul{
  font-family: "Montserrat", sans-serif;
  margin: 11px 0 0 0;
}
footer .footer_social ul li{
    padding: 4px 0;
}
footer .footer_social ul li a{
    font-weight: 600;
    color: #333;
    font-size: 14px;
    transition: all 0.3s ease-in;
}
footer .footer_social ul li a:hover {
    color: var(--primary-color);
}
footer .footer_social ul li a i{
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
}
.banner_wrapper{
    position: relative;
    padding: 0rem 0 6rem;
}
.banner_wrapper::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 82%;
    background: #006E560D;
    z-index: -1;
}
.banner_wrapper .info_Banner {
    font-family: "Montserrat", sans-serif;
}
.banner_wrapper .info_Banner h1{
    font-weight: 600;
    font-size: 37px;
    line-height: 1.3;
    color: #000;
}
.banner_wrapper .info_Banner h1 span{
  color: var(--primary-color);
  font-weight: 800;
}
.banner_wrapper .info_Banner p{
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  padding: 22px 0;
}
.banner_wrapper .info_Banner a{
    background: var(--primary-color);
    color: #fff;
    width: 254px;
    display: block;
    padding: 15px 17px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    transition: all 0.4s ease-in;
}

.banner_wrapper .info_Banner a:hover {
    background: #000;
}
.banner_form{
    font-family: "Montserrat", sans-serif;
    background: #fff;
    padding: 28px;
    border-radius: 12px;
    width: 85%;
    margin: 0 auto;
    position: relative;
    top: 5rem;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}
.banner_form h3{
    font-weight: 700;
    color: #000;
    font-size: 32px;
}
.banner_form p{
    font-size: 14px;
    padding: 7px 0;
    color: #000;
}
.banner_form .price{
    display: flex;
    align-items: center;
    gap: 0 12px;
    padding: 15px 0;
}
.banner_form .price h4{
    color: var(--primary-color);
    font-weight: 700;
    font-size: 29px;
}
.banner_form .price h6{
    font-size: 18px;
    text-decoration: line-through;
    color: #716d6d;
}
.banner_form form {}

.banner_form form label {
    font-size: 14px;
    margin: 0 0 5px 4px;
    color: #333;
}
.banner_form form div{
    display: flex;
    align-items: center;
}
.banner_form form div input{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #33333385;
    border-radius: 7px;
    color: #000;
    font-size: 14px;
}
.banner_form form div button{
    background: var(--primary-color);
    border: none;
    width: 136px;
    color: #fff;
    padding: 12px 0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 9px;
    transition: all 0.3s ease-in;
}
.banner_form form div button:hover{
  background: #000;
}
.banner_form h5{
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    margin: 17px 0 0 0;
}
.banner_form span{
    text-align: center;
    display: block;
    font-size: 14px;
    color: #545050;
}
.banner_form .sale{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
}
.banner_form .sale h4{
  background: #ff0000;
  padding: 6px 12px;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.banner_form .sale ul{
  display: flex;
  background: #ff0000;
  padding: 5px 12px;
  border-radius: 12px;
}
.banner_form .sale ul li{margin: 0 2px;}
.banner_form .sale ul li span{
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.banner_form .counter{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
}
.banner_form .counter li{
    background: #fff4f4;
    border: 2px solid #ff4a4a;
    border-radius: 10px;
    padding: 8px 12px;
    flex: 1;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0 5px;
    color: #ff4a4a;
}
.banner_form .counter li span{
    font-size: 14px;
    font-weight: 400;
    color: #ff4a4a;
}
.banner_form .counter li span:nth-child(1){
    font-weight: 700;
    font-size: 27px;
}
.reviews_wrapper{
    padding: 5rem 0 3rem 0;
}
.reviews_wrapper .reviewsBox{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 16px 16px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
    width: 100%;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.reviews_wrapper .reviewsBox:hover {
    transform: translateY(-10px);
}
.reviews_wrapper .reviewsBox .reviewsImg{
    border-radius: 50%;
    width: 46px;
}
.reviews_wrapper .reviewsBox .detail{}
.reviews_wrapper .reviewsBox .detail p{
    font-size: 14px;
    color: #333;
    display: flex;
}
.reviews_wrapper .reviewsBox .detail img{
    width: 63px;
    padding: 9px 0;
}
.reviews_wrapper .reviewsBox .detail h5{
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
}
.reviews_wrapper .reviewsBox .detail h5 span{}
.launched_wrapper{
    font-family: "Montserrat", sans-serif;
}
.launched_wrapper h3{
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    width: 46%;
    margin: 0 auto;
}
.launched_wrapper p{
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #000;
}
.launched_wrapper .LaunchBox{
    display: flex;
    align-items: center;
    box-shadow: 0 0 1px 0 #707070;
    padding: 17px 14px;
    border-radius: 12px;
    margin: 33px 0 23px;
}
.launched_wrapper .LaunchBox img{
    width: 35px;
}
.launched_wrapper .LaunchBox p{
    text-align: left;
    font-size: 14px;
    padding: 0 11px;
}
.build_wrapper{
    background: url(../img/banner-build.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 0;
    font-family: "Montserrat", sans-serif;
    margin: 5rem 0;
}
.build_wrapper .build_left{}
.build_wrapper .build_left h3{
    font-weight: 700;
    font-size: 34px;
    color: #fff;
}
.build_wrapper .build_left p{
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
}
.build_wrapper .build_left a{
    width: 211px;
    display: block;
    color: #fff;
    border: 1px solid #ffffff6e;
    text-align: center;
    padding: 17px 4px;
    border-radius: 13px;
    font-size: 14px;
    margin-top: 21px;
    transition: all 0.3s ease-in;
}
.build_wrapper .build_left a:hover{
    background: #eaeaea;
    color: #000;
}
.build_wrapper .build_right img{
    width: 100%;
}
.services_wrapper{
    font-family: "Montserrat", sans-serif;
}
.services_wrapper .head{}
.services_wrapper .head h3{
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    width: 40%;
    margin: 0 auto;
}
.services_wrapper .head p{
    text-align: center;
    padding: 21px 0;
    font-size: 16px;
    color: #000;
    width: 51%;
    margin: 0 auto;
}
.services_wrapper .services_box {
    box-shadow: 0 0 5px 1px #7070701a;
    padding: 20px 40px 20px 20px;
    background-color: #fff;
    width: 100%;
    height: 241px;
    border-color: #00000008;
    border-width: 1px;
    border-style: solid;
    margin: 11px 0;
    border-radius: 19px;
    transition: all 0.3s ease-in;
}

.services_wrapper .services_box:hover {
    background: #006e5612;
}
.services_wrapper .services_box img{
    width: 45px;
}
.services_wrapper .services_box h3{
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    padding: 11px 0;
}
.services_wrapper .services_box p{
    font-size: 14px;
    color: #000;
}
.view_wrapper{
    font-family: "Montserrat", sans-serif;
    margin: 5rem 0;
    padding: 5rem 0;
    background: #F2F8F7;
}
.view_wrapper .head h3{
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    width: 57%;
    margin: 0 auto;
}
.view_wrapper .head p{
    text-align: center;
    padding: 21px 0;
    font-size: 16px;
    color: #000;
    width: 68%;
    margin: 0 auto 2rem;
}
.view_wrapper .view_card{
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    padding: 21px 18px;
    margin-bottom: 21px;
}
.view_wrapper .view_card h3{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #333;
}
.view_wrapper .view_card img{
    width: 100%;
    height: 226px;
    object-fit: cover;
    object-position: top;
    border-radius: 14px;
    box-shadow: 2px 2px 21px #c2c2c25e;
    margin: 9px 0;
}
.view_wrapper .view_card p{}
.view_wrapper .view_card a{
    display: block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    padding: 10px 0;
    color: var(--primary-color);
    font-weight: 500;
    border: 2px solid var(--primary-color);
    transition: all 0.3s ease-in-out;
}
.view_wrapper .view_card a:hover {
    background: #f2f8f7;
}
.view_wrapper .view_card a.cl{
    background: var(--primary-color);
    color: #fff;
}

.package_wrapper{
    font-family: "Montserrat", sans-serif;
    margin: 5rem 0 4rem;
    padding: 5rem 0;
    background: #F2F8F7;
}
.package_wrapper .head h3{
    font-weight: 700;
    font-size: 38px;
    width: 41%;
}
.package_wrapper .head p{
    padding: 21px 0;
    font-size: 16px;
    color: #000;
    width: 59%;
}
.package_wrapper .package_card{
    box-shadow: 0 0 3px 1px #707070;
    padding: 15px 5px 15px 15px;
    background-color: #fff;
    width: 100%;
    border-width: 1px;
    margin: 1rem 0 0 0;
    border-radius: 8px;
}
.package_wrapper .package_card h3{
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 16px;
}
.package_wrapper .package_card ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.package_wrapper .package_card ul li{
    display: flex;
    align-items: center;
    padding: 4px 0;
}
.package_wrapper .package_card ul li img{
    width: 26px;
    margin: 0 4px 0 0;
}
.package_wrapper .package_card ul li p{
    font-size: 16px;
    color: #333;
}
.table_wrapper{
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0rem 0;
}
.table_wrapper .head h3{
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    width: 57%;
    margin: 0 auto;
}

.table_wrapper table {border: 1px solid #33333329;border-radius: 12px;overflow: hidden;}

.table_wrapper table thead {
    background: var(--primary-color);
}
.table_wrapper table thead tr{
    color: #fff;
}
.table_wrapper table thead th{
    padding: 28px 20px;
    font-size: 16px;
}
.table_wrapper table tbody{
    border-top: 2px solid #fffefe ! IMPORTANT;
}
.table_wrapper table tbody tr{
}
.table_wrapper table tbody tr th{
    padding: 30px 23px;
    font-weight: 700;
    color: var(--primary-color) !IMPORTANT;
    font-size: 14px;
}
.table_wrapper table tbody tr td{padding: 30px 20px;font-size: 14px;}
.table_wrapper table tbody tr .bg_var{
  background-color: var(--primary-color);
  color: #fff;
}
.table_wrapper .head p{
    text-align: center;
    padding: 21px 0;
    font-size: 16px;
    color: #000;
    width: 68%;
    margin: 0 auto 2rem;
}
.btn{
    display: block;
    margin: 3rem auto 0;
    transition: all 0.4s ease-in;
}
.btn a{
    background: var(--primary-color);
    padding: 15px 25px;
    border-radius: 14px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
}
.btn p {
    margin-bottom: 46px;
    font-size: 15px;
}

.btn p span {
    font-weight: 800;
    color: var(--primary-color);
    font-size: 14px;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {
    .top_head p {
        font-size: 9px;
    }
    .top_head div a {
        font-size: 10px;
        padding: 0 0 0 1rem;
    }
    header .container .logo img {
        width: 113px;
    }
    header .container .btn_call a {
        padding: 11px 18px;
        border-radius: 7px;
        font-size: 12px;
    }
    .banner_wrapper .info_Banner h1 {
        font-size: 28px;
        line-height: 42px;
    }
    .banner_wrapper .info_Banner p {
        font-size: 14px;
        line-height: 23px;
    }
    .banner_form h3 {
        font-size: 22px;
    }
    .banner_form p {
    font-size: 14px;
}
.banner_form .sale ul {
    padding: 5px 12px;
    width: 100%;
    margin: 9px 0 0 0;
    justify-content: center;
}
.banner_form .sale h4 {
    padding: 8px 12px;
    width: 100%;
    text-align: center;
}
.banner_form .sale {
    flex-direction: row;
}
.banner_form {
    padding: 18px;
    width: 100%;
}
.banner_form .counter li span:nth-child(1) {
    font-size: 18px;
}
.banner_form .counter li {
    padding: 4px 6px;
    margin: 0 3px;
}
.reviews_wrapper .reviewsBox .detail p {
    font-size: 12px;
}
.reviews_wrapper .reviewsBox .detail h5 {
    font-size: 10px;
}
.launched_wrapper h3 ,
.build_wrapper .build_left h3,
.view_wrapper .head h3,
.table_wrapper .head h3,
.package_wrapper .head h3,
.services_wrapper .head h3{
    font-size: 28px;
    width: 64%;
}
.launched_wrapper .LaunchBox {
    padding: 11px 2px;
    margin: 8px 0 9px;
}
.launched_wrapper .LaunchBox p {
    font-size: 12px;
}
.services_wrapper .head p ,
.package_wrapper .head p,
.view_wrapper .head p{
    font-size: 14px;
    width: 75%
}
.services_wrapper .services_box h3{
    font-size: 15px;
    line-height: 1.1;
    padding: 11px 0;
}
.services_wrapper .services_box p {
    font-size: 12px;
}
.view_wrapper .view_card img {
    height: 190px;
}
.package_wrapper .package_card h3 {
    font-size: 17px;
}
.package_wrapper .package_card ul li p {
    font-size: 12px;
}
.table_wrapper table thead th {
    padding: 13px 9px;
    font-size: 9px;
}
.table_wrapper table tbody tr th,
.table_wrapper table tbody tr td {
    padding: 18px 14px;
    font-size: 12px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top_head p {
        font-size: 9px;
    }
    .top_head div a {
        font-size: 10px;
        padding: 0 0 0 1rem;
    }
    header .container .logo img {
        width: 113px;
    }
    header .container .btn_call a {
        padding: 11px 18px;
        border-radius: 7px;
        font-size: 12px;
    }
    .banner_wrapper .info_Banner h1 {
        font-size: 22px;
        line-height: 36px;
    }
    .banner_wrapper .info_Banner p {
        font-size: 12px;
        line-height: 22px;
    }
    .banner_form h3 {
        font-size: 17px;
    }
    .banner_form p {
    font-size: 12px;
}
.banner_form .sale ul {
    padding: 5px 12px;
    width: 100%;
    margin: 9px 0 0 0;
    justify-content: center;
}
.banner_form .sale h4 {
    padding: 8px 12px;
    width: 100%;
    text-align: center;
}
.banner_form .sale {
    flex-direction: column;
}
.banner_form {
    padding: 18px;
    width: 100%;
}
.banner_form .counter li span:nth-child(1) {
    font-size: 18px;
}
.banner_form .counter li {
    padding: 4px 6px;
    margin: 0 3px;
}
.reviews_wrapper .reviewsBox .detail p {
    font-size: 12px;
}
.reviews_wrapper .reviewsBox .detail h5 {
    font-size: 10px;
}
.launched_wrapper h3 ,
.build_wrapper .build_left h3,
.view_wrapper .head h3,
.table_wrapper .head h3,
.package_wrapper .head h3,
.services_wrapper .head h3{
    font-size: 28px;
    width: 64%;
}
.launched_wrapper .LaunchBox {
    padding: 11px 2px;
    margin: 8px 0 9px;
}
.launched_wrapper .LaunchBox p {
    font-size: 12px;
}
.services_wrapper .head p ,
.package_wrapper .head p,
.view_wrapper .head p{
    font-size: 14px;
    width: 75%
}
.services_wrapper .services_box h3{
    font-size: 15px;
    line-height: 1.1;
    padding: 11px 0;
}
.services_wrapper .services_box p {
    font-size: 12px;
}
.view_wrapper .view_card img {
    height: 137px;
}
.package_wrapper .package_card h3 {
    font-size: 17px;
}
.package_wrapper .package_card ul li p {
    font-size: 12px;
}
.table_wrapper table thead th {
    padding: 13px 9px;
    font-size: 9px;
}
.table_wrapper table tbody tr th,
.table_wrapper table tbody tr td {
    padding: 18px 14px;
    font-size: 12px;
}
}


@media only screen and (min-width: 520px) and (max-width: 767px) {
    
     .top_head p {
        font-size: 8px;
    }
    .top_head div a {
        font-size: 10px;
        padding: 0 0 0 1rem;
    }
    header .container .logo img {
        width: 81px;
    }
    header .container .btn_call a {
        padding: 10px 10px;
        border-radius: 7px;
        font-size: 10px;
    }
    .banner_wrapper .info_Banner h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .banner_wrapper .info_Banner p {
        font-size: 12px;
        line-height: 21px;
        padding: 14px 0;
    }
    .banner_form h3 {
        font-size: 17px;
    }
    .banner_form p {
    font-size: 12px;
}
.banner_form .sale ul {
    padding: 5px 12px;
    width: 100%;
    margin: 9px 0 0 0;
    justify-content: center;
}
.banner_form .sale h4 {
    padding: 8px 12px;
    width: 100%;
    text-align: center;
}
.banner_form .sale {
    flex-direction: row;
}
.banner_form {
    padding: 18px;
    width: 100%;
    top: 2rem;
}
.banner_form .counter li span:nth-child(1) {
    font-size: 18px;
}
.banner_form .counter li {
    padding: 4px 6px;
    margin: 0 3px;
}
.reviews_wrapper .reviewsBox .detail p {
    font-size: 12px;
}
.reviews_wrapper .reviewsBox .detail h5 {
    font-size: 13px;
}
.launched_wrapper h3 ,
.build_wrapper .build_left h3,
.view_wrapper .head h3,
.table_wrapper .head h3,
.package_wrapper .head h3,
.services_wrapper .head h3{
    font-size: 23px;
    width: 95%;
}
.launched_wrapper .LaunchBox {
    padding: 11px 2px;
    margin: 8px 0 9px;
}
.launched_wrapper .LaunchBox p {
    font-size: 12px;
}
.services_wrapper .head p ,
.package_wrapper .head p,
.view_wrapper .head p{
    font-size: 12px;
    width: 99%;
}
.services_wrapper .services_box h3{
    font-size: 15px;
    line-height: 1.1;
    padding: 11px 0;
}
.services_wrapper .services_box p {
    font-size: 12px;
}
.view_wrapper .view_card img {
    height: 228px;
}
.package_wrapper .package_card h3 {
    font-size: 17px;
}
.package_wrapper .package_card ul li p {
    font-size: 12px;
}
.table_wrapper table thead th {
    padding: 13px 9px;
    font-size: 9px;
}
.table_wrapper table tbody tr th,
.table_wrapper table tbody tr td {
    padding: 18px 14px;
    font-size: 12px;
}
.package_wrapper {
    margin: 3rem 0 1rem;
    padding: 3rem 0;
}
footer .footer_social {
    padding: 22px 0 0 1rem;
}
.view_wrapper,.reviews_wrapper {
    padding: 3rem 0;
}
.top_head .container{
    flex-direction: row;
}
.banner_wrapper {
    padding: 2rem 0 0 0;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
     .top_head p {
        font-size: 9px;
    }
    .top_head div a {
        font-size: 10px;
        padding: 0 0 0 1rem;
    }
    header .container .logo img {
        width: 81px;
    }
    header .container .btn_call a {
        padding: 10px 10px;
        border-radius: 7px;
        font-size: 10px;
    }
    .banner_wrapper .info_Banner h1 {
        font-size: 20px;
        line-height: 29px;
    }
    .banner_wrapper .info_Banner p {
        font-size: 12px;
        line-height: 21px;
        padding: 14px 0;
    }
    .banner_form h3 {
        font-size: 17px;
    }
    .banner_form p {
    font-size: 12px;
}
.banner_form .sale ul {
    padding: 5px 12px;
    width: 100%;
    margin: 9px 0 0 0;
    justify-content: center;
}
.banner_form .sale h4 {
    padding: 8px 12px;
    width: 100%;
    text-align: center;
}
.banner_form .sale {
    flex-direction: column;
}
.banner_form {
    padding: 18px;
    width: 100%;
    top: 2rem;
}
.banner_form .counter li span:nth-child(1) {
    font-size: 18px;
}
.banner_form .counter li {
    padding: 4px 6px;
    margin: 0 3px;
}
.reviews_wrapper .reviewsBox .detail p {
    font-size: 12px;
}
.reviews_wrapper .reviewsBox .detail h5 {
    font-size: 13px;
}
.launched_wrapper h3 ,
.build_wrapper .build_left h3,
.view_wrapper .head h3,
.table_wrapper .head h3,
.package_wrapper .head h3,
.services_wrapper .head h3{
    font-size: 23px;
    width: 95%;
}
.launched_wrapper .LaunchBox {
    padding: 11px 2px;
    margin: 8px 0 9px;
}
.launched_wrapper .LaunchBox p {
    font-size: 12px;
}
.services_wrapper .head p ,
.package_wrapper .head p,
.view_wrapper .head p{
    font-size: 12px;
    width: 99%;
}
.services_wrapper .services_box h3{
    font-size: 15px;
    line-height: 1.1;
    padding: 11px 0;
}
.services_wrapper .services_box p {
    font-size: 12px;
}
.view_wrapper .view_card img {
    height: 228px;
}
.package_wrapper .package_card h3 {
    font-size: 17px;
}
.package_wrapper .package_card ul li p {
    font-size: 12px;
}
.table_wrapper table thead th {
    padding: 13px 9px;
    font-size: 9px;
}
.table_wrapper table tbody tr th,
.table_wrapper table tbody tr td {
    padding: 18px 14px;
    font-size: 12px;
}
.package_wrapper {
    margin: 3rem 0 1rem;
    padding: 3rem 0;
}
footer .footer_social {
    padding: 22px 0 0 1rem;
}
.view_wrapper,.reviews_wrapper {
    padding: 3rem 0;
}
.top_head .container{
    flex-direction: column;
}
.banner_wrapper {
    padding: 2rem 0 0 0;
}
}