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

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'blenderpro';
    src: url(../fonts/fonnts.com-Blender_Pro_Medium.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

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

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

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

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    width: fit-content;
    font-family: 'blenderpro';
    font-size: 3.1vw;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: 'blenderpro';
    font-size: 60px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'blenderpro';
    text-transform: uppercase;
    font-size: 35px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
}

h4 {
    font-family: 'blenderpro';
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'blenderpro';
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'blenderpro';
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 30px 10px;
    font-size: 14px;
    font-family: 'blenderpro';
    text-transform: uppercase;
}

.menuSec ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 1px;
    background: #ab052d;
    transition: all 0.3s ease;
}

.menuSec ul li a:hover::after,
.menuSec ul li a.active::after {
    width: 100%;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    color: #ffffff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

/*header css start */

/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #596a7be0;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/

.bnr_bg img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.main_slider {
    position: relative;
}

.menuSection {
    position: absolute;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #959595;
}

.menuSection .container-fluid {
    padding: 0 5%;
}

.main_slider .container-fluid {
    padding: 0 5%;
}

/*.bnr_right {*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 40%;*/
/*    bottom: -18%;*/
/*    right: 3%;*/
/*    object-fit: contain;*/
/*    z-index: 2;*/
/*}*/

.headerbtn {
    text-align: end;
}

.themebtn {
    padding: 17px 40px;
    background-color: #008080;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'blenderpro';
    color: #fff;
    border-radius: 50px;
    box-shadow: -3px 0 0px #fff, 3px 0 0px #fff;
    transition: all 0.3s ease;
}

.themebtn:hover {
    color: #008080;
    background-color: #fff;
    box-shadow: -3px 0 0px #008080, 3px 0 0px #008080;
}

.banner_text h1 span {
    display: block;
    position: relative;
    z-index: 35;
}

.banner_text h1 span::before {
    position: absolute;
    content: '';
    background-color: #008080;
    width: 113%;
    height: 100%;
    top: 0;
    left: -100px;
    z-index: -1;
    right: 0;
}

.banner_text p {
    color: #babec4;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 20px;
}

.bannerImageLeft {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.bannerImageLeft::before {
    content: '';
    position: absolute;
    top: 0;
    width: 68%;
    height: 100%;
    background-color: #008080c2;
    z-index: 1;
    right: 70px;
}

.bannerImageLeft img {
    width: 70%;
    position: relative;
    z-index: 1;
}

.headset i {
    color: #008080;
    font-size: 30px;
}

.headset a {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.headset_txt h5 {
    color: #fff;
    font-size: 14px;
}

.aminwrappr {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 50px;
    position: relative;
}

.headset {
    border-left: 1px solid #878f98;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner-slider-number {
    position: relative;
}

.banner-slider-number:before {
    position: absolute;
    content: '';
    top: 33%;
    right: 0;
    height: 1px;
    width: 32px;
    background: #75818e;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: unset;
    left: unset;
    z-index: 2;
    display: block;
    justify-content: center;
    padding: 0;
    margin-right: unset;
    margin-bottom: 1rem;
    margin-left: unset;
    list-style: none;
    top: 35%;
}

.carousel-indicators [data-bs-target] {
    box-sizing: unset;
    flex: 0 1 auto;
    width: 50px;
    height: 45px;
    padding: 0 0 0 20px !important;
    padding: 0;
    margin: 0px !important;
    text-indent: unset;
    cursor: unset;
    background-color: #ffffff00;
    background-clip: unset;
    border: 0;
    border-top: unset;
    border-bottom: unset;
    opacity: 1;
    border-radius: unset;
    color: #7b8692;
    font-size: 17px;
    padding-right: 16px;
    cursor: pointer;
}

.carousel-indicators .active {
    padding: 0 0 0 10px !important;
    background-color: #73737300;
    width: auto;
    height: 38px;
    color: #fff;
    font-size: 18px;
}

.carousel-indicators .banner-slider-number.active::before {

    background-color: #fff;

    width: 40px;
}

/* about */

.about_right {
    display: flex;
    justify-content: end;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.abt1 {
    height: 530px;
    width: 360px;
    border-radius: 50px;
    object-fit: cover;
    margin-top: -50px;
    object-position: right;
}

.abt2 {
    height: 530px;
    width: 360px;
    border-radius: 50px;
    object-fit: cover;
}

.about_txt h3 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 10px;
    letter-spacing: 1px;
    word-spacing: 2px;
}

.about_txt p {
    color: #8d8d8d;
    margin-bottom: 30px;
}

.about_txt h3::before {
    position: absolute;
    content: '';
    background-color: #008080;
    width: 200%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.themebtn2 {
    padding: 17px 40px;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'blenderpro';
    color: #000000;
    border-radius: 50px;
    box-shadow: -3px 0 0px #008080, 3px 0 0px #008080;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.themebtn2:hover {
    color: #fff;
    background-color: #008080;
    box-shadow: -3px 0 0px #fff, 3px 0 0px #fff;
}

.about {
    padding: 170px 0 120px;
}

/* about */

/* why choose us */

.wcu_right {
    margin-top: 30px;
}

.wcu_left_img {
    height: 510px;
    width: 400px;
    border-radius: 50px;
    object-fit: cover;
    margin-bottom: 30px;
}

.wcu_left ul {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
}

.wcu_right h3 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 10px;
    letter-spacing: 1px;
    word-spacing: 2px;
    display: inline-block;
}

.wcu_right p {
    color: #8d8d8d;
    margin-bottom: 30px;
}

.wcu_right h3::before {
    position: absolute;
    content: '';
    background-color: #008080;
    width: 130%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.wcu_left {
    position: relative;
    z-index: 2;
}

.wcu_right_img {
    height: 400px;
    width: 100%;
    border-radius: 50px;
    object-fit: cover;
}

.wcu {
    padding-bottom: 100px;
}

/* why choose us */

/* gallery */

.gallery {
    padding: 20px 0 100px;
}

.gallery_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.gallery_heading_left h3 {
    font-size: 20px;
    border-radius: 50px;
    box-shadow: -3px 0 0px #008080, 3px 0 0px #008080;
    width: fit-content;
    padding: 10px 40px;
}

.gallery img {
    margin-bottom: 30px;
}

.gallery .container-fluid {
    padding: 0 5%;
}

.gallery img,
.g_1,
.g_2,
.g_3 {
    width: 100%;
    height: 300px;
    border-radius: 50px;
    object-fit: cover;
    display: block;
}

.gallery a {
    display: block;
}

/* gallery */

/* testimonial */

.testimonial .container-fluid {
    padding: 0 5%;
}

.test_card:hover .test_card_text {
    background-color: #008080;
}

.test_card:hover .test_card_text h3 {
    color: #fff;
}

.test_card:hover .test_card_text h4 {
    color: #a7d3d3;
}

.test_card:hover .test_card_text p {
    color: #a7d3d3;
}

.test_card .test_card_text {
    transition: background-color 0.3s ease;
}

.test_card .test_card_text h3,
.test_card .test_card_text h4,
.test_card .test_card_text p {
    transition: color 0.3s ease;
}

.testimonial_heading h3 {
    font-size: 20px;
    border-radius: 50px;
    box-shadow: -3px 0 0px #008080, 3px 0 0px #008080;
    width: fit-content;
    padding: 10px 40px;
    margin: 0 auto;
}

.testimonial_heading {
    text-align: center;
    margin-bottom: 30px;
}

.test_card_text h4 {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #686868;
    margin-bottom: 20px;
}

.test_card_text h3 {
    font-size: 25px;
}

.test_card_text p {
    color: #858585;
}

.test_card_text {
    padding: 30px 35px 60px;
    text-align: center;
    border-radius: 40px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.avatr img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    object-fit: contain;
    border: 3px solid #fff;
    margin: 0 auto;
}

.star i {
    color: #ffb535;
    font-size: 13px;
}

.avatr {
    text-align: center;
    margin-top: -40px;
}

.slick-slide {
    opacity: 1;
}

.slick-track {
    margin-top: 10px;
}

/* testimonial */

/* contact */

.contact {
    padding: 110px 0 120px;
}

.contact_right img {
    height: 680px;
    width: 100%;
    border-radius: 90px;
    object-fit: cover;
    object-position: right;
    position: relative;
    z-index: 1;
}

.col-lg-12.groupfield {
    position: relative;
}

.col-lg-12.groupfield i {
    color: #008080;
    position: absolute;
    top: 23px;
    right: 25px;
    font-size: 16px;
}

.contact_left input {
    padding: 17px;
    width: 100%;
    border: 1px solid #bdbdbd;
    margin-bottom: 20px;
    border-radius: 70px;
    color: #000;
}

.contact_left select {
    padding: 17px;
    width: 100%;
    border: 1px solid #bdbdbd;
    margin-bottom: 20px;
    border-radius: 70px;
    color: #000000;
}

.contact_left textarea {
    border: 1px solid #bdbdbd;
    padding: 17px;
    width: 100%;
    height: 160px;
    resize: none;
    color: #000;
    border-radius: 40px;
    margin-bottom: 20px;
}

.contact_left input::placeholder,
.contact_left textarea::placeholder {
    color: #bdbdbd;
}

button.themebtn2 {
    border-right: none;
    border-left: none;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.contact_left h3 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 10px;
    letter-spacing: 0px;
    word-spacing: 1px;
}

.contact_left h3::before {
    position: absolute;
    content: '';
    background-color: #008080;
    width: 50vw;
    height: 100%;
    top: 0;
    left: 0px;
    z-index: -1;
}

.contact_left p {
    color: #7c7c7c;
    margin-bottom: 20px;
}

/* contact */

/* services */

.service {
    padding: 0px 0 100px;
}

.ser {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    text-align: center;
    gap: 30px;
    padding: 30px 40px;
    border-radius: 100px;
    box-shadow: 0 -5px 0px #3b4956, 0 5px 0px #3b4956;
    border-left: 2px solid #dedede;
    border-right: 2px solid #dedede;
    border-top: none;
    border-bottom: none;
    width: 200px;
    transition: 0.5s;
    height: 550px;
}

.sertxt h3 {
    font-size: 25px;
    writing-mode: sideways-lr;
    padding-top: 60px;
}

.serimg {
    background-color: #3b4956;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.service ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

ul.services-box-ul {
    display: flex;
    align-items: center;
}

/* ul.services-box-ul li {
    width: 10%;
} */

.ser-two {
    width: 90%;
}

.service_main:hover .ser {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.service_main {
    position: relative;
    height: 600px;
    transition: 0.3s ease-in-out;
    width: 200px;
}

.service_main .ser-two {
    position: absolute;
    width: 450px;
    top: 0;
    opacity: 0;
    left: 0;
    position: relative;
    transition: 0.3s ease-in-out;
}

/* .service_main .ser-two>img {
    height: 520px;
} */

.service_main .ser-two>img {
    height: 560px;
    object-fit: cover;
    border-radius: 90px;
}

.services-boxtwo-icon {
    padding: 20px;
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
    left: 30px;
    gap: 20px;
    width: 100%;
}

.services-boxtwo-icon .sertxtsd h3 {
    font-size: 22px;
    color: #fff;
}

.service_main:hover .ser-two {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.serimg.serimg-twohover img {
    height: 30px;
    filter: brightness(0) saturate(100%) invert(26%) sepia(84%) saturate(2304%) hue-rotate(163deg) brightness(88%) contrast(103%);
}

.serimg.serimg-twohover {
    height: 100px;
    width: 100px;
    background-color: #ffff;
}

.sertxtsd {
    width: 60%;
}

.service_main:hover {
    width: auto;
}

.service .container-fluid {
    padding: 0 5%;
}

/* serives */

/* footer*/

.footerSec .container-fluid {
    padding: 0 5%;
}

section.newsletter_sec.sec {
    background: #008080;
    padding: 50px 0;
}

.news_update {
    display: flex;
    align-items: center;
    gap: 30px;
}

.news_update img {
    object-fit: scale-down;
    width: fit-content;
}

.update_text h3 {
    margin: 0;
    color: white;
    text-transform: capitalize;
    font-size: 30px;
}

.update_text p {
    color: #b3d9d9;
}

.news_input {
    position: relative;
}

.news_input input {
    width: 100%;
    height: 65px;
    padding: 0 0 0 30px;
    font-size: 12px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #919191;
    border-radius: 40px;
    font-family: 'Montserrat';
}

.news_input input::placeholder {
    color: #8d8d8d;
    text-transform: uppercase;
}

.news_input button {
    transform: translate(-45px, -50%);
    border: none;
    background: #008080;
    color: white;
    text-transform: uppercase;
    height: 50px;
    border-radius: 40px;
    width: 25%;
    margin: 0 0 0 -10px;
    position: absolute;
    top: 50%;
    font-family: 'Montserrat';
    right: -5%;
    font-size: 12px;
}

.ftr_links h4,
.quick_links h4,
.service_links h4,
.cont_links h4 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.ftr_links p {
    margin: 25px 0;
    width: 95%;
    color: #d2d4d6;
    font-weight: 500;
}

.ftr_links,
.quick_links,
.service_links,
.cont_links {
    margin-top: 90px;
    margin-bottom: 65px;
}

.quick_links ul {
    columns: 2;
}

.quick_links ul li {
    margin-bottom: 60px;
}

.quick_links ul li a {
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #c5c9cd;
    text-transform: uppercase;
}

.footerSec {
    background-color: #3b4956;
}

.service_links ul li {
    margin-bottom: 30px;
}

.service_links ul li a {
    text-transform: uppercase;
    color: #c5c9cd;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.cont_links ul li {
    margin-bottom: 50px;
}

.cont_links ul li a {
    display: flex;
    color: #c5c9cd;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    align-items: baseline;
}

.cont_links ul li i {
    margin-right: 10px;
    font-size: 16px;
}

.footer-btm {
    border-top: 1px solid #4f5c67;
    padding: 30px 0;
}

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

.copy-txt p {
    color: #7f8890;
}

.social_links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
}

.social_links a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: 1px solid #626d78;
    color: #626d78;
    text-align: center;
    border-radius: 100%;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.social_links a:hover {
    background: #008080;
    transition: 0.5s;
    color: #fff;
}

/* footer */

/* pages */

.inrbanner_text {
    text-align: center;
}

.inrbanner_text h2 {
    color: #fff;
    font-size: 75.64px;
    margin-top: 130px;
    margin-bottom: 5px;
}

.inrbanner_text h3 {
    color: #ffffff;
    font-size: 18px;
}

.inrbanner_text a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.inrbnr_bg img {
    height: 530px;
    width: 100%;
    object-fit: cover;
}

section.gallery.inr {
    padding: 100px 0 100px;
}

section.testimonial.testinr {
    padding: 100px 0;
}

.test_card.testmoniinr {
    margin-bottom: 50px;
}

/* Get A Free Quote sec start here  */

.freequote_heading p {
    color: #4e4e4e;
    font-size: 15px;
    margin: 0 auto;
    width: 60%;
    line-height: 26px;
    margin-top: 5px;
}

.freequote_heading {
    text-align: center;
    margin-bottom: 50px;
}

.freequote_sec_f input,
.freequote_sec_f textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #c1c1c1;
    border-radius: 15px;
    font-size: 16px;
    outline: none;
    background-color: #fff;
    margin-bottom: 35px;
    resize: none;
}

.freequote_sec_f input:focus,
.freequote_sec_f textarea:focus {
    border: 1px solid #c1c1c1;
}

button.freequote_sec_f_btn {
    background-color: #008080;
    color: #ffffff;
    font-size: 20px;
    border: none;
    padding: 20px 90px;
    border-radius: 10px;
}

button.freequote_sec_f_btn:hover {
    background-color: #fff;
    border: 2px solid #008080;
    color: #008080;
    transition: 1s;
}

.freequote_sec_f .freequote_sec_f_btn {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}

.freequote_sec_f input::placeholder,
.freequote_sec_f textarea::placeholder {
    color: #333333;
    font-size: 17px;
    font-family: 'Montserrat';
}

.appointment-selec-main {
    position: relative;
}

.appointment-input select {
    width: 100%;
    padding: 15px 16px;
    margin: 0 0 20px 0;
    border: none;
    border: 1px solid #c1c1c1;
    background-color: #0000;
    border-radius: 15px;
    color: #333333;
}

.appointment-input i {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 20px;
    color: #808080;
}

.appointment-input {
    position: relative;
}

.calender {
    position: relative;
}

.calender img {
    position: absolute;
    top: 10px;
    right: 17px;
    font-size: 20px;
    background-color: #fff;
}

.d-block {
    display: block;
}

section.service.inrser {
    padding-top: 100px;
}

/* Get A Free Quote sec end here  */

/* service detail */

.serdetail_content img {
    object-fit: cover;
    height: 600px;
    width: 100%;
    border-radius: 60px;
    margin-bottom: 20px;
}

.serdetail_content p {
    color: #8d8d8d;
    margin-bottom: 30px;
}

/* service detail */

body,
html {
    overflow-x: hidden;
}

.d-block {
    display: block;
}

/*Media Query Start*/

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

@media only screen and (min-width: 1291px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    .abt2 {
        height: 300px;
        width: 100%;
        border-radius: 30px;
    }

    .abt1 {
        height: 300px;
        width: 100%;
        border-radius: 30px;
        margin-top: 0;
    }

    .about_right {
        gap: 10px;
        flex-direction: column;
    }

    .about_txt h3 {
        font-size: 17px;
    }

    .about_txt h3::before {
        width: 140%;
    }

    .wcu_left_img {
        width: 100%;
        height: 400px;
        border-radius: 30px;
    }

    .wcu_right h3 {
        font-size: 17px;
    }

    .wcu_right h3::before {
        width: 120%;
        top: 0;
        left: -80px;
        right: 0;
    }

    .wcu_right_img {
        height: 300px;
        border-radius: 30px;
    }

    h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 17px !important;
    }

    .gallery img,
    .g_1,
    .g_2,
    .g_3 {
        border-radius: 20px;
    }

    .contact_right img {
        border-radius: 40px;
    }

    .contact_left input {
        font-size: 13px;
        padding: 13px;
    }

    .contact_left h3::before {
        width: 140%;
    }

    .news_input button {
        width: 35%;
        right: -8%;
    }

    .quick_links ul {
        columns: 1;
    }

    .quick_links ul li {
        margin-bottom: 20px;
    }

    .service_links ul li {
        margin-bottom: 10px;
    }

    .cont_links ul li {
        margin-bottom: 10px;
    }

    .footer-btm {
        padding: 20px 0;
    }

    .ftr_links p {
        width: 100%;
    }

    .container-fluid {
        padding: 0 3% !important;
    }

    .about {
        padding: 80px 0 70px;
    }

    .wcu {
        padding-bottom: 50px;
    }

    .gallery {
        padding: 20px 0 80px;
    }

    .contact {
        padding: 70px 0 80px;
    }

    ul.services-box-ul {
        flex-wrap: wrap;
    }
    .bnr_bg img {
        height: 620px;
        width: 100%;
        object-fit: cover;
    }
    .bannerImageLeft {
        position: relative;
        height: 620px;
    }
    .ftr_links, .quick_links, .service_links, .cont_links {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ftr_links, .quick_links, .service_links, .cont_links {
    margin-top: 60px;
    margin-bottom: 10px;
}

    
    
    .bannerImageLeft img {
        width: 100%;
    }
    .bannerImageLeft {
        position: relative;
        height: 700px;
    }

    .inrbanner_text h2 {
        font-size: 50px;
    }

    ul.services-box-ul {
        flex-wrap: wrap;
    }

    .freequote_heading p {
        font-size: 14px;
        width: 100%;
    }

    .col_logo {
        order: 1;
        width: 50%;
    }

    .col_phone {
        order: 2;
        width: 50%;
    }

    .col_menu {
        order: 3;
        width: 100%;
    }

    .bnr_bg img {
        height: 700px;
        width: 100%;
        object-fit: cover;
    }

    .main_slider::before {
        display: none;
    }

    .themebtn {
        padding: 15px 30px;
    }

    .menuSection {
        padding-top: 10px;
    }

    h1 {
        font-size: 4vw;
        width: fit-content;
    }

    .banner_text h1 span::before {
        width: 70vw;
    }

    h2 {
        font-size: 40px;
    }

    .about {
        padding: 70px 0 70px;
    }

    .abt1 {
        margin-top: 0px;
    }

    .about_right {
        margin-top: 40px;
        justify-content: center;
        gap: 20px;
    }

    .abt1 {
        height: 350px;
    }

    .abt2 {
        height: 350px;
    }

    .wcu_left_img {
        height: 410px;
        width: 100%;
    }

    .wcu_right h3::before {
        width: 120vw;
    }

    .gallery_heading {
        flex-direction: column;
    }

    .gallery img,
    .g_1,
    .g_2,
    .g_3 {
        height: 400px;
    }

    .contact_left h3::before {
        width: 100vw;
    }

    .contact_right img {
        margin-top: 30px;
        height: 480px;
        border-radius: 50px;
    }

    .news_update {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .bnr_bg img {
        height: 900px;
        object-fit: cover;
    }

    ul.services-box-ul {
        flex-wrap: wrap;
    }

    .sertxt h3 {
        font-size: 26px;
        writing-mode: sideways-lr;
        padding-top: 30px;
    }

    .serimg {
        height: 90px !important;
        width: 90px !important;
    }

    .header-logo {
        text-align: start;
        padding: 15px;
    }

    .menuSection {
        background-color: #000;
        padding: 10px 0;
        position: relative;
    }

    .headerbtn {
        text-align: end;
    }

    .themebtn {
        padding: 10px 25px;
        font-size: 12px;
    }

    .main_slider::before {
        display: none;
    }

    h1 {
        font-size: 5.3vw;
        width: fit-content;
    }

    p {
        font-size: 13px;
        line-height: 20px;
    }

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

    /*.bnr_right {*/
    /*    height: 47%;*/
    /*    width: 40%;*/
    /*    right: 10%;*/
    /*    bottom: -3%;*/
    /*}*/

    .banner_text h1 span::before {
        width: 110vw;
    }

    .aminwrappr {
        justify-content: start;
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }

    .headset {
        border-left: none;
        padding-left: 0;
    }

    .headset_txt h5 {
        font-size: 12px;
    }

    .headset i {
        font-size: 20px;
    }

    .headset a {
        gap: 10px;
    }

    .carousel-indicators {
        top: unset;
        bottom: 10%;
    }

    .carousel-indicators [data-bs-target] {
        font-size: 14px;
    }

    h2 {
        font-size: 30px;
    }

    .about_txt h3 {
        font-size: 20px;
        margin-bottom: 10px;
        padding: 5px;
        letter-spacing: 0px;
        word-spacing: 0px;
        width: fit-content;
    }

    .about_txt h3::before {
        width: 100%;
    }

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

    .themebtn2 {
        padding: 10px 25px;
        font-size: 13px;
    }

    .abt2 {
        margin-top: 30px;
        height: 350px;
        width: 100%;
        border-radius: 30px;
    }

    .about_right {
        margin-top: 70px;
        justify-content: end;
        gap: 0px;
        flex-direction: column;
        align-items: center;
    }

    .abt1 {
        height: 350px;
        width: 100%;
        border-radius: 30px;
    }

    .about {
        padding: 40px 0 40px;
    }

    .testimonial_heading h3 {
        font-size: 20px;
        padding: 10px 10px;
        margin-bottom: 10px;
    }

    .service {
        padding: 0px 0 40px;
    }

    .wcu_left_img {
        height: 350px;
        border-radius: 30px;
        margin-bottom: 20px;
        width: 100%;
    }

    .wcu_left ul {
        gap: 10px;
        margin-bottom: 5px;
    }

    .wcu_right h3 {
        font-size: 17px;
        margin-bottom: 10px;
        width: fit-content;
        padding: 5px;
        letter-spacing: 0px;
        word-spacing: 0px;
    }

    .wcu_right h3::before {
        width: 100%;
        left: 0;
    }

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

    .wcu_right_img {
        height: 350px;
        border-radius: 30px;
    }

    .gallery_heading {
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }

    .gallery_heading_left h3 {
        font-size: 20px;
        padding: 10px 20px;
        margin-bottom: 10px;
        text-align: center;
    }

    .wcu {
        padding-bottom: 50px;
    }

    .gallery img,
    .g_1,
    .g_2,
    .g_3 {
        height: 350px;
        border-radius: 30px;
    }

    .gallery {
        padding: 0px 0 40px;
    }

    .test_card_text h3 {
        font-size: 19px;
    }

    .test_card_text h4 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .test_card_text {
        padding: 20px 15px 30px;
        text-align: center;
        border-radius: 20px;
    }

    .avatr img {
        height: 50px;
        width: 50px;
    }

    .avatr {
        margin-top: -20px;
    }

    .star i {
        font-size: 11px;
    }

    .contact_left h3 {
        font-size: 20px;
        margin-bottom: 10px;
        padding: 5px;
        letter-spacing: 0px;
        word-spacing: 0px;
        width: fit-content;
    }

    .contact_left h3::before {
        width: 100%;
    }

    .contact_left input,
    .contact_left select {
        font-size: 12px;
        padding: 10px 15px;
        margin-bottom: 10px;
    }

    .col-lg-12.groupfield i {
        top: 17px;
        right: 18px;
        font-size: 12px;
    }

    .contact_left textarea {
        padding: 10px 15px;
        font-size: 12px;
        height: 140px;
        border-radius: 20px;
        margin-bottom: 10px;
    }

    .contact_right img {
        margin-top: 30px;
        height: 350px;
        border-radius: 20px;
    }

    .contact {
        padding: 20px 0 40px;
    }

    .news_update {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: column;
    }

    .news_update img {
        width: 50px;
    }

    .news_input input {
        height: 50px;
        padding: 0 0 0 15px;
        font-size: 12px;
    }

    .news_input button {
        background: #fff;
        color: #008080;
        height: 50px;
        width: 55%;
        margin: 0 0 0 -10px;
        top: 160%;
        right: 16%;
        font-size: 12px;
    }

    section.newsletter_sec.sec {
        padding: 30px 0 70px;
    }

    .update_text p {
        margin: 0px 0 20px;
    }

    .ftr_links p {
        margin: 15px 0;
        width: 100%;
    }

    .ftr_links h4,
    .quick_links h4,
    .service_links h4,
    .cont_links h4 {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .ftr_links,
    .quick_links,
    .service_links,
    .cont_links {
        margin-top: 30px;
    }

    .quick_links ul li {
        margin-bottom: 10px;
    }

    .quick_links ul li a {
        font-size: 13px;
    }

    .service_links ul li a {
        font-size: 13px;
    }

    .service_links ul li {
        margin-bottom: 10px;
    }

    .social_links a {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .cont_links ul li a {
        font-size: 13px;
    }

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

    .cont_links ul li {
        margin-bottom: 10px;
    }

    .cont_links ul li i {
        font-size: 13px;
    }

    .footer-btm {
        padding: 10px 0;
    }

    .inrbanner_text h2 {
        font-size: 30px;
    }

    .inrbnr_bg img {
        height: 400px;
    }

    .serdetail_content img {
        height: 400px;
        border-radius: 20px;
    }

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

    .freequote_heading p {
        font-size: 13px;
        margin: 0 auto;
        line-height: 20px;
        width: 100%;
    }

    .service_main:hover .ser-two {
        display: block;
        width: 100%;
    }

    .services-boxtwo-icon {
        padding: 30px;
        bottom: 10px;
        display: flex;
        left: 0px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .service_main .ser-two>img {
        height: 370px;
        border-radius: 50px;
    }

    .service_main:hover .ser {
        opacity: 0;
        display: none;
    }

    .service_main:hover {
        display: block;
    }

    .service_main .ser-two {
        display: none;
    }

    .bannerImageLeft {
        height: 60vh;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .bannerImageLeft::before{
        display:none;
    }
    .menuSection {
        position: relative;
        background-color: #000;
        padding: 10px 2px;
    }

    .serdetail_content img {
        height: 300px;
        border-radius: 20px;
    }

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

    .bnr_bg img {
        height: 700px;
        object-fit: cover;
    }

    .bannerImageLeft {
        height: auto;
        justify-content: center;
                margin-top: 30px;
        margin-bottom: -30px;
    }
    .update_text {
        text-align: center;
    }

    .header-logo {
        text-align: center;
        padding: 15px;
    }

    .headerbtn {
        text-align: center;
    }

    .themebtn {
        padding: 10px 25px;
        font-size: 13px;
    }

    .main_slider::before {
        display: none;
    }

    h1 {
        font-size: 5.6vw;
        width: fit-content;
    }

    p {
        font-size: 13px;
        line-height: 20px;
    }

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

    /*.bnr_right {*/
    /*    height: 50%;*/
    /*    width: 40%;*/
    /*    right: 20%;*/
    /*    bottom: -3%;*/
    /*}*/

    .banner_text h1 span::before {
        width: 110vw;
        right: 0;
        left: auto;
    }

    .aminwrappr {
        justify-content: start;
        align-items: flex-start;
        gap: 10px;
        flex-direction: row;
    }

    .headset {
        border-left: none;
        padding-left: 0;
    }

    .headset_txt h5 {
        font-size: 13px;
    }

    .headset i {
        font-size: 20px;
    }

    .headset a {
        gap: 10px;
    }

    .carousel-indicators {
        top: unset;
        bottom: 10%;
    }

    .carousel-indicators [data-bs-target] {
        font-size: 14px;
    }

    h2 {
        font-size: 30px;
    }

    .about_txt h3 {
        font-size: 20px;
        margin-bottom: 10px;
        padding: 5px;
        letter-spacing: 0px;
        word-spacing: 0px;
        width: fit-content;
    }

    .about_txt h3::before {
        width: 100%;
    }

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

    .themebtn2 {
        padding: 10px 25px;
        font-size: 12px;
    }

    .abt2 {
        margin-top: 30px;
        height: 350px;
        width: 100%;
        border-radius: 30px;
    }

    .about_right {
        margin-top: 70px;
        justify-content: end;
        gap: 0px;
        flex-direction: column;
        align-items: center;
    }

    .abt1 {
        height: 350px;
        width: 100%;
        border-radius: 30px;
    }

    .about {
        padding: 40px 0 40px;
    }

    .testimonial_heading h3 {
        font-size: 20px;
        padding: 10px 10px;
        margin-bottom: 10px;
    }

    ul.services-box-ul {
        flex-direction: column;
        gap: 0px;
    }

    .sertxt h3 {
        font-size: 17px;
    }

    .ser {
        flex-direction: column;
        align-items: center;
        justify-content: end;
        gap: 20px;
        padding: 20px 20px;
        width: 150px;
        height: 350px;
    }

    .serimg {
        height: 70px !important;
        width: 70px;
    }

    .serimg img {
        width: 30px;
        height: 70px;
        object-fit: contain;
    }

    .service_main {
        height: 420px;
        width: 150px;
    }

    .service {
        padding: 0px 0 40px;
    }

    .wcu_left_img {
        height: 350px;
        border-radius: 30px;
        margin-bottom: 20px;
        width: 100%;
    }

    .wcu_left ul {
        gap: 10px;
        margin-bottom: 5px;
    }

    .wcu_right h3 {
        font-size: 20px;
        margin-bottom: 10px;
        width: fit-content;
        padding: 5px;
        letter-spacing: 0px;
        word-spacing: 0px;
    }

    .wcu_right h3::before {
        width: 100%;
        left: 0;
    }

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

    .wcu_right_img {
        height: 350px;
        border-radius: 30px;
    }

    .gallery_heading {
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }

    .gallery_heading_left h3 {
        font-size: 20px;
        padding: 10px 20px;
        margin-bottom: 10px;
        text-align: center;
    }

    .wcu {
        padding-bottom: 50px;
    }

    .gallery img,
    .g_1,
    .g_2,
    .g_3 {
        height: 350px;
        border-radius: 30px;
    }

    .gallery {
        padding: 0px 0 40px;
    }

    .test_card_text h3 {
        font-size: 18px;
    }

    .test_card_text h4 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .test_card_text {
        padding: 20px 15px 30px;
        text-align: center;
        border-radius: 20px;
    }

    .avatr img {
        height: 50px;
        width: 50px;
    }

    .avatr {
        margin-top: -20px;
    }

    .star i {
        font-size: 11px;
    }

    .contact_left h3 {
        font-size: 20px;
        margin-bottom: 10px;
        padding: 5px;
        letter-spacing: 0px;
        word-spacing: 0px;
        width: fit-content;
    }

    .contact_left h3::before {
        width: 100%;
    }

    .contact_left input,
    .contact_left select {
        font-size: 12px;
        padding: 10px 15px;
        margin-bottom: 10px;
    }

    .col-lg-12.groupfield i {
        top: 17px;
        right: 18px;
        font-size: 12px;
    }

    .contact_left textarea {
        padding: 10px 15px;
        font-size: 12px;
        height: 140px;
        border-radius: 20px;
        margin-bottom: 10px;
    }

    .contact_right img {
        margin-top: 30px;
        height: 350px;
        border-radius: 20px;
    }

    .contact {
        padding: 20px 0 40px;
    }

    .news_update {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: column;
    }

    .news_update img {
        width: 50px;
    }

    .news_input input {
        height: 50px;
        padding: 0 0 0 15px;
        font-size: 12px;
    }

    .news_input button {
        background: #fff;
        color: #008080;
        height: 50px;
        width: 55%;
        margin: 0 0 0 -10px;
        top: 0;
        right: 0;
        font-size: 12px;
        text-align: center;
        position: relative;
        display: block;
        transform: none;
        margin: 20px auto 0;
    }

    section.newsletter_sec.sec {
        padding: 30px 0 70px;
    }

    .update_text p {
        margin: 0px 0 20px;
    }

    .ftr_links p {
        margin: 15px 0;
        width: 100%;
    }

    .ftr_links h4,
    .quick_links h4,
    .service_links h4,
    .cont_links h4 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .ftr_links,
    .quick_links,
    .service_links,
    .cont_links {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .quick_links ul li {
        margin-bottom: 10px;
    }

    .quick_links ul li a {
        font-size: 13px;
    }

    .service_links ul li a {
        font-size: 13px;
    }

    .service_links ul li {
        margin-bottom: 10px;
    }

    .social_links a {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .cont_links ul li a {
        font-size: 13px;
    }

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

    .cont_links ul li {
        margin-bottom: 10px;
    }

    .cont_links ul li i {
        font-size: 12px;
    }

    .footer-btm {
        padding: 10px 0;
    }

    .inrbanner_text h2 {
        font-size: 30px;
        margin-top: 20px;
    }

    .inrbnr_bg img {
        height: 350px;
    }

    .inrbanner_text a {
        font-size: 12px;
    }

    .service_main:hover .ser-two {
        display: block;
        width: 100%;
    }

    .services-boxtwo-icon {
        padding: 30px;
        bottom: 10px;
        display: flex;
        left: 0px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .service_main .ser-two>img {
        height: 370px;
        border-radius: 50px;
    }

    .serimg {
        height: 60px !important;
        width: 60px !important;
    }

    .service_main:hover .ser {
        opacity: 0;
        display: none;
    }

    .service_main:hover {
        display: block;
    }

    .service_main .ser-two {
        display: none;
    }
}
@media only screen and (min-width: 300px) and (max-width: 330px){
    .aminwrappr {
        flex-direction: column !important;
    }
}
/*Media Query End*/