@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');


/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
}

.col_sm1 {
    width: 100%;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm2_1 {
    width: 50%;
    float: left;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm5 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm11 {
    width: 11%;
    margin: 1%;
    float: left;
}

.col_sm111 {
    width: 83%;
    margin: 1%;
    float: left;
}

.clear {
    clear: both;
}

.top {
    width: 98%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 85%;
    margin: 0 auto;
}

.top3 {
    width: 85%;
    margin: 0 auto;
    max-width: 1200px;
}

.logo {
    width: 242px;
    float: left;
    margin-top: 0.3%;
    position: relative;
    background: transparent;
}

.logo-footer {
    width: 242px;
}

.navbarrr {
    width: fit-content;
    float: right;
    margin: 0% 1%;
}

.marg{
    margin: 0 1%;
}


.fix_nav {
    position: absolute;
    z-index: 9999;
    background: transparent;
    top: 39px;
}

.img {
    width: 100%;
}

.height-section {
    height: 65vh;
}

/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 45px;
    height: 45px;
    position: fixed;
    display: flex;
    right: 1%;
    bottom: 2.5%;
    transition-duration: 1s;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
    background-color: #e31e25;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top_arrow:hover {
    background-color: #134685;
}

/*------------------------------------------
bullet
------------------------------------------*/


.bullet {
    width: 100%;
    margin-top: 0%;
}

.bullet ul {
    list-style-image: url(../images/pills.png);
    margin-left: 5%;
}

.bullet ul li {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: justify;
}


.bullet2 {
    width: 100%;
    margin-top: 0%;
}

.bullet2 ul {
    margin-left: 0%;
    list-style: none;
}

.bullet2 ul li {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: justify;
    display: flex;
    align-items: center;
    gap: 9px;
}



/*------------------------------------------
footer
------------------------------------------*/


.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer ul li {
    position: relative;
    padding-left: 25px;
}

.footer ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../images/freight.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ftr-icon2 {
    background-color: #e31e25;
    border-radius: 50px;
    padding: 13px;
    color: #fff !important;

    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.bg_clr3 {
    background: #134685;
}

.ftr {
    background: #ffffff;
}

.footer-2 {
    margin-right: 4%;
}

.footer-1 {
    margin-right: -2%;
}

.ftr {
    background: url(../images/footer-bg.jpg);
    object-fit: cover;
    background-position: center center;
}

.ftr h3 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 800;
    font-family: "Raleway", sans-serif;
    color: #134685 !important;
    text-align: left;
}

.ftr p {
    font-size: 17px;
    line-height: 140%;
    color: #000;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin-top: 5px;
    text-align: justify;
}


.ftr_btn p {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin: 0 !important;
    text-align: start;
}

.ftr_btn a {
    color: #fff;
}

.ftr_flex {
    display: flex;
    gap: 24px;
}

.ftr_icon .fa-brands {
    margin-top: 6px;
}

.ftr_icon a {
    color: #fff;
}

.ftr a {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    transition: 0.2s all ease-in-out;

}

.footer ul li {
    margin-bottom: 3%;
    text-align: left;
    list-style: none;
}

.ftr .fa-solid {
    color: #000;
}

.footer a:hover {
    color: #1f71b9;
}

.ftr_icon:hover a {
    color: #fff;
}


.ftr_right {
    text-align: right !important;
}

.fa-brands {
    font-size: 14px;
}

.fa-whatsapp {
    font-size: 35px;
}


/*------------------------------------------
Main Code 
------------------------------------------*/
.main {
    width: 100%;
    height: 31px;
    position: absolute;
}

.top-flex {
    display: flex;
    justify-content: end;
    position: absolute;
    z-index: 99;
    padding-right: 8%;
}

.content {
    display: flex;
    align-items: center;
    margin-right: 1%;
}

.content .email {
    padding: 10px;
    border-right: 1px solid rgb(242 242 242 / 20%);

}

.fa-envelope {
    color: #000;
}


.fa-phone {
    color: #000;
}

.fa-phone a { 
    font-family: "Poppins", sans-serif !important;
}
.email a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
}

.content .email {
    padding: 10px;
}



.menu-flex {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 90%;
}

.menu-flex2 {
    display: flex;
    justify-content: left;
}

.border {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.book_now-search {
    width: fit-content;
    display: flex;
    align-items: center;
}

.book_now {
    width: 201px;
    display: flex;
    align-items: center;
}

.book_now img {
    width: 100px;
}

.book_now a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    position: relative;
    padding: 16px 33px;
    z-index: 1;
    display: inline-block;
    background: #134685;
}



.book_now a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(5px, 5px);
    border: 1px solid #134685;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.book_now a:hover:before {
    transform: translate(0px, 0px);
}


.book_now2 a {
    height: 56px;
    position: relative;
    padding: 18px 39px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    background: #134685;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    border: none;
}

.book_now2 a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(5px, 5px);
    border: 1px solid #134685;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.book_now2 a:hover:before {
    transform: translate(0px, 0px);
}


.vertical-text {
    position: absolute;
    bottom: 29%;
    right: -12%;
    content: '';
    font-size: 200px;
    line-height: 240px;
    font-weight: 700;
    z-index: 99;
    font-style: normal;
    text-transform: uppercase;
    transform: rotate(-90deg);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0 0 0 / 40%);
    color: transparent;
}

.vertical-text h2 {
    font-size: 89px;
    opacity: 0.5;
    font-family: "Raleway", sans-serif;
}



.why-us-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.why-us-flex-abt {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
}
/*.slide-img {
    display: flex;
    position: relative;
}*/

.slide-img {
    display: flex;
    position: relative;
    flex-direction: row;
}

.image1 {
    position: relative;
}

.image2 {
    position: absolute;
    bottom: 0%;
    right: 8%;
}

.image2 img {
    border: 11px solid #f1f3f5;
    border-radius: 50%;
    width: 85%;
}

.why-us-main {
    position: relative;
    background: #f1f3f5;
}

.why-us h4 {
    font-size: 34px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #e31e25;
    font-family: "Raleway", sans-serif;
    text-align: left;
}

.why-us h2 {
    color: #282828;
    font-family: "Raleway", sans-serif;
    text-align: left;
    font-size: 33px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
}

.why-us h3 {
    color: #282828;
    font-family: "Raleway", sans-serif;
    text-align: left;
    font-size: 29px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    z-index: 999;
    position: relative;
}

.why-us p {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: justify;
}


.shape-inner {
    position: absolute;
    overflow: hidden;
    width: 753px;
    height: 445px;
    z-index: 9;
}

.shape-inner img {
    position: absolute;
    top: 20%;
    left: 11%;
    transition: transform 0.1s ease-out;
    z-index: -999;
    width: 63%;
}


.our-services h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #e31e25;
    font-family: "Raleway", sans-serif;
    text-align: center;
}

.our-services h2 {
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1%;
}

.our-services p {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: center;
}


/*VMV*/

/*.vmv-bg{
    background-image: url(../images/line-shape.png);
    background-size: cover;
    background-position: fixed;
    background-repeat: no-repeat;
}*/

/*VMV*/


/** Service 001 **/

.service-block-001 {
    cursor: pointer;
    overflow: hidden;
}

.service-block-001 .service-inner {
    margin-top: 15px;
    margin-left: 15px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block-001 .logo-icon {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 180px;
    height: 180px;
    padding: 15px;
    z-index: 1;
    background-color: #e31e25;
    clip-path:
        polygon(100% 0, 0 0, 0% 100%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.logo-icon img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    width: 74px;
    margin-left: -78px;
}

/*-----------*/
.service-block-001:hover .logo-icon {
    left: 0;
    top: 0;
}

.service-block-001 .tag {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 96px;
    font-weight: 700;
    z-index: 1;
    display: inline-block;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 50%);
    color: transparent;
}

.service-block-001 .show-content {
    opacity: 1;
    background-color: #134685;
    visibility: visible;
    transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
}

.service-block-001 .show-content .text-area {
    position: relative;
    padding: 130px 36px 24px;
    height: 52vh;
}

.tag h2 {
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-size: 71px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1%;
}

.text-area h4 {
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
    color: #fff;
    font-family: "Raleway", sans-serif;
    text-align: left;
    border-bottom: 1px solid #ccc;
    min-height: 0;
}

.text-area p {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: justify;
    min-height: 121px;
}

.service-block-001:hover .show-content {
    opacity: 0;
    visibility: hidden;
}

.service-block-001 .hidden-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50%);
    background-color: #134685e8;
    transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
}

.service-block-001 .hidden-content .text-area {
    padding: 138px 36px 75px;
}

.service-block-001:hover .hidden-content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
}

.service-block-001 .text-area p {
    color: #fff;
    ;
    line-height: 30px;
}

.service-block-001 .image-box img {
    width: 100%;
    height: 26vh;
    object-fit: cover;
}

.service-block-001 .hidden-content .link-button a {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 50px;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block-001 .hidden-content .link-button a:hover {
    color: #e31e25;
}

.image-box {
    position: relative;
    top: 4px;
}

.flex-abt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.leder-pdg{
    padding-bottom: 50px;
}

/*accordion */
.accordion {
    max-width: 600px;
    margin: 0 auto;
}

.accordion-item {
    background: white;
    border-radius: 8px;
    margin-bottom: 1px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.accordion-header {
    font-family: "Raleway", sans-serif;
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    background: white;
    border: none;
    width: 100%;
    text-align: justify;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    transition: background-color 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header:hover {
    background: #134685;
    color: #fff;
}

.accordion-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.accordion-icon svg {
    width: 100%;
    height: 100%;
    stroke: #6c757d;
    stroke-width: 2;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: white;
}

.accordion-content.active {
    max-height: 200px;
    padding: 0 1.5rem 1.25rem 1.5rem;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-text {
    font-family: "Raleway", sans-serif;
    text-align: justify;
    color: #000;
    font-size: 16px;
}


.accordion-blt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-blt li {
    font-family: "Raleway", sans-serif;
    padding: 0.4rem 0;
    position: relative;
    padding-left: 1.5rem;
    text-align: left;
}

.accordion-blt li::before {
    content: "•";
    color: #124685;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 0.2rem;
}

/* End Service 001 */


.available {
    background-color: #e31e25;
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}

.available .close-box {
    position: absolute;
    left: 4%;
    top: 0;
}

.available .open-box {
    position: absolute;
    right: 0;
    top: 0;
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-inner .title-box {
    display: inline-flex;
    align-items: center;
}

.cta-inner .title-box i {
    font-size: 52px;
    margin-right: 12px;
    color: #fff;
}

.cta-inner h3 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1%;

}


.get-quote1 {
    position: relative;
    padding: 11px 33px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    background: #124685;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
}

.get-quote1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(0px, 0px);
    border: 1px solid #124685;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.get-quote1:hover:before {
    transform: translate(5px, 5px);
}


.get-quote2 a{
    position: relative;
    padding: 11px 33px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    background: #124685;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
}

.get-quote2 a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(0px, 0px);
    border: 1px solid #124685;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.get-quote2 a:hover:before {
    transform: translate(5px, 5px);
}

.get-quote a {
    position: relative;
    padding: 16px 45px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    background: #fff;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
}

.get-quote a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(0px, 0px);
    border: 1px solid #fff;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.get-quote a:hover:before {
    transform: translate(5px, 5px);
}


.products_main img{
    border: 1px solid #ccc;
}

.product_btn a {
    position: relative;
    padding: 16px 45px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    background: #124685;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    float: left;
}

.product_btn a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(0px, 0px);
    border: 1px solid #124685;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.product_btn a:hover:before {
    transform: translate(5px, 5px);
}


.test h2 {
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1%;
}

.test p {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: center;
}

.test {
    position: relative;
    padding: 65px 0;
    overflow: hidden;
    background-image: url(../images/how-to-works-bg.jpg);
}

.product {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.product_bg {
    background-color: #134685;
}

.product_bg {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0% 5%;
}

.product h2 {
    font-family: "Raleway", sans-serif;
    text-align: left;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1%;
    color: #fff;
}

.product p {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: justify;
}

.why-choose-us h2 {
    color: #282828;
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
}

.our-mission{
    background-color: #f8f8f8;
}
.our-mission h2 {
    color: #282828;
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-size: 33px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
}


.team h2 {
    color: #282828;
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-size: 33px;
    font-weight: 700;
    line-height: 140%;
    /*margin-bottom: 1% !important;*/
}



.team h3{
    font-size: 28px;
    line-height: 140%;
    font-weight: 600;
    color: #e31e25;
    font-family: "Raleway", sans-serif;
    text-align: center;
    margin-bottom: 1% !important;
}

.team_sub h2{
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
    color: #134685;
    text-align: justify;
}

.team_sub h3{
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: justify;
    margin: 0%;
}

.team_sub p{
    font-family: "Raleway", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: justify;
    margin: 0 !important;
    padding-bottom: 14px;
}


.popup h2{
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
    color: #134685;
    text-align: left;
}

.popup p{
    font-family: "Raleway", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: left;
    min-height: 50px;
    margin: 0 !important;
}

.feature-block-two {
    position: relative;
    padding: 30px 0px;
    border-radius: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    z-index: 1;
    border: 1px solid #e31e25;
    transition: all 500ms ease-in-out;
}


.feature-block-two .box {
    padding: 10px;
}

.feature-block-two h2 {
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
    color: #134685;
    text-align: center;
    padding-bottom: 1%;
    min-height: 78px;
}

.feature-block-two h3 {
    font-family: "Raleway", sans-serif;
    font-size: 18.5px;
    font-weight: 400;
    line-height: 140%;
    color: #134685;
    text-align: center;
    min-height: 50px;
}

.feature-block-two p {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #134685;
    text-align: center;
    min-height: 50px;
}

.feature-flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.icon-img {
    width: 96px;
}

.icon-img2 {
    width: 6%;
}

.counter-wrapper {
    display: flex;
    justify-content: center;
}


.shimmer-button {
    width: fit-content;
    padding: 10px 10px;
    font-size: 16px;
    text-align: center;
    background-color: #e3010f;
    color: #fff;
    border: none;
    gap: 10px;
    border-radius: 5px;
    z-index: 111;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    animation: shake 10s ease-in-out infinite;
}

.shimmer-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.shimmer-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.15) 75%);
    animation: shimmer 2s infinite linear;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.counter1 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 140%;
    font-weight: 400;
    padding: 0 !important;
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.counter-img{
    position: relative;
    background-size: cover;
    background-position: center;
}

.counter-img img{
    height: 26vh;
    object-fit: cover;
}

.counter-img .counter-box{
    position: absolute;
    top: 20%;
    width: 100%;
}

.counter-title{
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 140%;
}

.counter-img p{
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: center;
}

.counter-img span{
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: center;
}

.counter_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.service_bg {
    background-image: url(../images/bg2.png);
    background-repeat: repeat-x;
}

.srv_col_sm5 {
    width: 18%;
    float: left;
    margin: 0% 1%;
}

.mrg-top{
    margin-top: -3%;
}

.mrg-top2{
    margin-top: 19%;
}

/*--------------------------------------------------------------
Services
--------------------------------------------------------------*/
.opm_main{
	width:100%;
	max-width:800px;
	height:630px;
	margin:0 auto;
	position:relative;
}
.opm_one{
	width:26%;
	left:0;
	top:0;
	position:absolute;
}
.opm_two{
	width:56%;
	display:inline-block;
	margin:0% 22%;
}
.opm_two img{
	margin-top:15%;
}
.opm_three{
	width:26%;
	right:0;
	top:0;
	position:absolute;
}
.opm_mdl_img1{
	position:absolute;
	left:-16%;
}
.opm_mdl_img12{
	position:absolute;
	left:-6%;
}
.opm_mdl_img2{
	position:absolute;
	top:206px;
	left:-27%;
}
.opm_mdl_img22{
	position:absolute;
	top:206px;
	right:-26%;
}
.opm_mdl_img3{
	position:absolute;
	top:411px;
	left:-3%;
}
.opm_mdl_img33{
	position:absolute;
	top:411px;
	right:-4%;
}

/*--------------------------------------------------------------
Facility
--------------------------------------------------------------*/
.opm_mdl_imgf{
    position: absolute;
    left: -5%;
    top: -56px;
}
.opm_mdl_imgf2{
	position:absolute;
	right:-67%;
	top:13px;
}
.opm_mdl_imgf3{
    position: absolute;
    right: 2%;
    top: 207px;
}
.opm_mdl_imgf4{
    position: absolute;
    left: -13%;
    top: 360px;
}
.opm_mdl_imgf5{
    position: absolute;
    left: 12%;
    top: 497px;
}

.banner-main{
    position: relative;
}


.breadcrumb {
    position: absolute;
    bottom: 3%;
    left: 2%;
}

.breadcrumb h2 {
    color: #000;
    font-family: "Raleway", sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 2% !important;
}

.breadcrumb h2 a {
    color: #000;
    transition: 0.5s all ease-in-out;
}

.breadcrumb-title {
    position: absolute;
    top: 50%;
}

.breadcrumb-title h2 {
    color: #000;
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
}

.breadcrumb h2 a:hover {
    color: #e31e25;
}

.abt-img-pdg {
    padding-top: 80px;
}


.view-profile{
    display: flex;
    align-items: center;
    justify-content: center;
}


.view-profile a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    position: relative;
    padding: 16px 33px;
    z-index: 1;
    display: inline-block;
    background: #134685;
}

.view-profile a:before{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        z-index: -1;
        transform: translate(5px, 5px);
        border: 1px solid #134685;
        transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
}

.view-profile a:hover:before {
    transform: translate(0px, 0px);
}


/*form*/

.form-container {
    background: #fff;
    padding: 30px;
    /* max-width: 800px; */
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 28px;
    margin-bottom: 30px;
    color: #000;
    text-align: left;
    border-bottom: 1px solid #444444;
    padding-bottom: 10px;
    line-height: 140%;
    font-weight: 600;
    position: relative;
}

@keyframes moveleft {
    0% {
        left: 0%;
    }

    100% {
        left: calc(100% - 55px);
    }
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    position: relative;
    width: 100%;
}

.form-group input,
.form-group textarea {
    font-family: "Poppins", sans-serif;
    width: 100%;
    padding: 18px 10px 10px 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    background: none;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-group textarea {
    resize: none;
    height: 120px;
}

.form-group label {
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 5px;
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
}

.form-group:nth-child(5) label {
    font-family: "Poppins", sans-serif;
    top: 10%;
    left: 12px;
    transform: translateY(-0%);
    background: #fff;
    padding: 0 5px;
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #1f71b9;
    /* box-shadow: 0 0 8px rgba(255, 124, 0, 0.4); */
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label,
.form-group textarea:focus+label,
.form-group textarea:not(:placeholder-shown)+label {
    top: 0;
    transform: translateY(-50%);
    background: #fff;
    color: #434343;
    font-size: 12px;
}

.submit-btn {
    font-family: "Poppins", sans-serif;
    background: #434343;
    color: #fff;
    padding: 14px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}

.submit-btn:hover {
    background-color: #e31e25;
}

.book_now22 {
    height: 56px;
    position: relative;
    padding: 18px 39px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    background: #134685;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    border: none;
    width: fit-content;
}

.book_now22:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(5px, 5px);
    border: 1px solid #134685;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.book_now22:hover:before {
    transform: translate(0px, 0px);
}

.book_now22 a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
}

/* product css */


/* Search overlay (hidden by default) */
.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #70707082;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 3000;
}

/* Popup box */
.search-popup {
  cursor: pointer;
  background: #fff;
  padding: 38px 31px;
  position: relative;
  display: inline-block;
  width: 45%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  animation: popupFade 0.3s ease-in-out;
}

/* Close (×) button */
.close-btn {

  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #233e81;
}

/* Form styles */
.search-popup input[type="text"] {
  width: 82%;
  padding: 10px;
  font-size: 16px;
  margin-right: 10px;
  border: 1px solid #ccc;
}

.search-popup button[type="submit"] {
  padding: 12px 25px;
  font-size: 16px;
  color: white;
  border: none;
  background: linear-gradient(45deg, #20397a, #4884e1);
  cursor: pointer;
}

@keyframes popupFade {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

  .search-box {
    width: fit-content;
  }

/*--- search---- */



.product2{
    margin-top: 5%;
}

.product2 h2{
    color: #282828;
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
}

.product2 p{
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: center;
}

.products-sub .img-box img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}

.product-title{
    color: #000;
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin: 2% !important;
    min-height: 61px;
}

.post-thumbnail{
    height: 40vh;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    cursor: pointer;
    background: #fff;
    padding-bottom: 2%;
}


.post-thumbnail img{
    object-fit: cover;
    width: 100%;
    height: 40vh;
}

.products_main{
    margin-top: 4%;
}

.single-product h1{
    padding-top: 17px !important;
    color: #282828;
    font-family: "Raleway", sans-serif;
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    padding: 1%;
    margin-left: 4px;
}

.single-post h2{
    padding-top: 17px !important;
    color: #282828;
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    padding: 1%;
}

/* product css */

/*contact css*/

.contact-flex{
    display: flex;
    align-items: center;
}

.cont-info a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    transition: 0.2s all ease-in-out;
}

.cont-info a :hover {
    color: #1f71b9;
}

.cont-info .fa-solid {
    color: #000;
}

.cont-info p {
    font-size: 16px;
    line-height: 140%;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-top: 5px;
    text-align: justify;
}

.cont-info p :hover {
    color: #1f71b9;
}


.cont-info .fa-solid,
.cont-info .fa-regular {
    color: #000;
}



.contact_1 h3 {
    color: #282828;
    font-family: "Raleway", sans-serif;
    text-align: justify;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
}

.cont-bg {
    background-color: #f1f3f5;
}

.contact h2 {
    font-family: "Raleway", sans-serif;
    text-align: justify;
    font-size: 24px;
    font-weight: 600;
    color: #282828;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.contact_1 h2 {
    color: #282828;
    font-family: "Raleway", sans-serif;
    text-align: justify;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
}

.contact_1 p {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: justify;
}

.contact_1 h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #1f71b9;
    font-family: "Raleway", sans-serif;
    text-align: justify;
}


.ftr-icon {
    background-color: #e31e25;
    border-radius: 50px;
    padding: 15px;
}

.ftr-icon_2 {
    background-color: #134685;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.submit-btn {
    height: 58px;
    position: relative;
    padding: 7px 16px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    color: #fff;
background: #134685;
}

.submit-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(5px, 5px);
    border: 1px solid #1f71b9;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.cont-form-pdg {
    padding-left: 55px;
}

/*--------------------------------------------------------------
search box
--------------------------------------------------------------*/
.search-container {
    float: right;
    
  }
  
  .search-container input[type=text] {
    padding: 9px;
    margin-top: 6px;
    margin-bottom: 5px;
    font-size: 14px;
    width: 350px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    border: 1px solid #ccc;
  }
  
  .search-container button {
    float: right;
    padding: 8px 10px 8px;
    margin-top: 6px;
    margin-right: 16px;
    background: #134685;
    font-size: 17px;
    border: none;
    color:#FFFFFF;
    cursor: pointer;
  }
  
  .search-container button:hover {
    background: #ccc;
  }

  .footer_logo{
    display: flex;
  }

  .footer_logo img{
    width: 100px;
    height: 100px;
  }
  
/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width :1600px) {
    .top-flex {
        padding-right: 1%;
    }

    .image2 {
        right: -4%;
    }
}

@media only screen and (max-width:1500px){
    .single-post{
        width: 31%;
    }
}

@media only screen and (max-width :1400px) {

    .vertical-text h2 {
        font-size: 85px;
    }

    .vertical-text {
        bottom: 24%;
        right: -8%;
    }

    .shape-inner {
        width: 650px;
    }

    .text-area h4 {
        min-height: 80px;
    }

    .text-area p {
        min-height: 177px;
    }

    .col_sm11 {
        width: 13%;
    }

}

@media only screen and (max-width :1300px) {
    .top2 {
        width: 95%;
    }
    .client-carousel .owl-nav .owl-prev {
        width: 30px !important;
        height: 30px !important;
        top: 40% !important;
        left: -20px !important;
    }

    .client-carousel .owl-nav .owl-next {
        width: 30px !important;
        height: 30px !important;
        top: 40% !important;
        right: -20px !important;
    }
}



@media only screen and (max-width :1200px) {
    .post-thumbnail {
        height: 58vh;
    }
    .post-thumbnail img {
        height: 58vh;
    }

    .col_sm4 {
        width: 48%;
    }

    .book_now a {
        padding: 16px 29px;
    }

    .col_sm11 {
        width: 15%;
    }

    .col_sm111 {
        width: 80%;
    }

    .col_sm5 {
        width: 31%;
    }
}

@media screen and (max-width: 1100px) {
    .client-carousel .owl-nav .owl-prev {
        top: 65% !important;
    }

    
    .client-carousel .owl-nav .owl-next {
        top: 65% !important;
    }

    .col_sm2_1 {
        height: 100vh;
    }

    .product_sub img{
        height: 100vh;
        object-fit: cover;
    }


    .book_now {
        display: none;
    }

    .vertical-text {
        right: -13%;
    }

}



@media only screen and (max-width:960px) {
    .menu-flex {
        display: block;
    }
    .navbarrr {
        margin: 0% 0%;
    }

    .book_now-search {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .banner-main img {
        height: 51vh;
        object-fit: cover;
    }

    .col_sm4 {
        width: 48%;
    }

    .logo {
        width: 100%;
        margin: 0% auto;
        display: flex;
        justify-content: center;
        background: transparent;
        border-bottom: 1px solid #ccc;
    }

    .logo .img {
        float: left;
        padding-top: 1.5%;
        position: relative;
        background: #fff;
        width: 200px;
        padding: 10px;
    }

    .top-flex {
        display: none;
    }

    .menu-flex2 {
        display: block;
    }

    .fix_nav {
        top: 0 !important;
    }

    .menu-flex {
        width: 100%;
    }

    .navbarrr {
        float: left;
    }

    .border {
        background: #fff !important;
    }

    .ftr_right {
        text-align: left !important;
    }

    .col_sm11 {
        width: 16%;
    }

    .col_sm111 {
        width: 75%;
    }
}

@media only screen and (max-width:800px) {
    .single-post {
        width: 98% !important;
    }
    .post-thumbnail {
        height: 70vh;
    }

    .post-thumbnail img{
        height: 70vh;
    }
    .col_sm88 {
        width: 98%;
    }

    .col_sm8 {
        width: 98%;
    }

    .cont-form-pdg {
        padding-left: 0;
    }

    .text-area h4 {
        min-height: 0;
    }

    .col_sm3 {
        width: 98%;
    }

    .col_sm4 {
        width: 48%;
    }

    .footer-2 {
        margin-right: 1%;
    }

    .col_sm2 {
        width: 98%;
    }
}


@media only screen and (max-width : 700px) {
    .col_sm11 {
        width: 13%;
    }

    .text-area h4 {
        min-height: 79px;
    }

    .col_sm5 {
        width: 48%;
    }

    .col_sm2_1 {
        width: 100%;
    }

    .mrg-top2 {
        margin-top: 34%;
    }
}

@media only screen and (max-width:600px) {
    .col_sm5 {
        width: 98%;
    }

    .why-us p {
        margin-bottom: 25px !important;
    }

    .get-quote {
        margin: 0 auto;
    }

    .text-area h4 {
        min-height: 0;
    }

    .col_sm4 {
        width: 98%;
    }

    .text-area p {
        min-height: 0;
    }

    .text-area h4 {
        min-height: 0;
    }

    .cta-inner {
        flex-wrap: wrap;
        gap: 16px;
    }

    .col_sm2_1 {
        width: 100%;
    }

    .height-section {
        height: 124vh;
    }


    .product {
        flex-direction: column;
    }


    .srv_col_sm5 {
        width: 48%;
    }

    .service_bg {
        background: none;
    }
}

@media only screen and (max-width:500px) {

    .image2 {
        right: 0%;
        width: 50%;
    }
}

@media only screen and (max-width:460px) {
    .post-thumbnail img {
        height: 38vh;
    }

    .post-thumbnail {
        height: 38vh;
    }

    .search-container input[type=text] {
        width: 300px;
    }
    .banner-text {
        bottom: 8%;
    }

    .available .open-box {
        right: -31px;
        top: 234px;
    }

    .available .close-box {
        left: -20%;
    }

    .cta-inner .title-box {
        flex-direction: column;
    }

    .map-pdg {
        padding: 25px 0px;
    }

    .test {
        padding: 0px 0;
    }

    .client-carousel .owl-nav .owl-next {
        display: none !important;
    }

    .client-carousel .owl-nav .owl-prev {
        display: none !important;
    }

}

@media only screen and (max-width:360px) {
    .search-container input[type=text] {
        width: 270px;
    }

}