body {
  font-family: Montserrat !important;
}
p {
  font-family: Montserrat !important;
  font-size: 18px !important;;
}
h3 {
  font-family: Montserrat!important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1275px;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
.header-swap {
    width: 100%;
    z-index: 999;
    position: relative;
    display: flex;
    flex-direction: column;
}
.header-swap .bg-light{
    background-color: unset !important;
    top: 0px;
    padding: 0px;
    height: auto;
}
.header-swap::before {
    content: "";
    background: #f3f3f3;
    height: calc(100% - 46px);
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}
.header-top {
    display: flex;
    flex: 1;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
}
.header-top .logo img {
    width: 175px;
    height: auto;
}
.header-top-right {
    display: flex;
    gap: 65px;
}
.header-top-right-item {
    color: var(--primary-color);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .header-top-right-item-text {
    display: flex;
    flex-direction: column;
    gap: 0px;
    font-weight: 700;

  }
  .header-top-right-item-text1 {
    color: #565656;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
  }
  .header-top-right-button {
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
    font-weight: 600;
    min-width: 142px;
    height: 42px;
    text-transform: uppercase;
    font-size: 13px;
  }
  .header-top-right-button:hover {
    color: #fff;
    opacity: 0.8;
  }

.navbar {
    display: flex;
    position: relative;
}
.navbar .site-menu, .navbar .site-menu .menueffect {
    width: 100%;
}
.navbar .site-menu ul {
    border: 0.6px solid var(--primary-color);
    border-radius: 50px;
    background: #fff;
    width: 100%;
  }
  .navbar .site-menu ul.dropdown-menu {
    border: 0px solid var(--primary-color);
    border-radius: 0px;
    padding: 15px 0px;
    min-width: 300px;
    top: 88px;
  }
  

  .navbar-expand-md .navbar-nav .nav-link {
    padding: 20px 20px !important;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    line-height: 46px;
    color: #545454;
    font-family: Montserrat;
  }
  .navbar-expand-md .active .nav-link {
    font-weight: 700;
  }
  

  .navbar-nav .nav-item a:hover::before {
    bottom: 0;
    display: block;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--primary-color);
    top: 0;
    z-index: 0;
    left: 0;
    border-radius: 50px;
    max-width: 100% !important;
  }
  .navbar-nav .active a::before {
    bottom: 0;
    display: block;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--primary-color);
    top: 0;
    z-index: 0;
    left: 0;
    border-radius: 50px;
    max-width: 100% !important;
  }

  .navbar-nav .active a.dropdown-item:before {
    display: none;
  }

  .navbar-nav .active a.dropdown-item:hover:before {
    display: block;
  }
  .navbar-nav .active a.dropdown-item:hover {
    display: block;
  }
  .navbar-nav .active a span {
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .navbar-nav .active a.dropdown-item span {
    color: #363a3d;
  }
  .navbar-nav .nav-item a:hover span {
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .navbar .site-menu ul li {
        padding: 0px;
    }
    .navbar .site-menu ul.dropdown-menu li a {
        display: flex;
        padding: 0px 15px;
    }

    .gw16-wapp {
        
        background: url("img/line.png") #fff;
        background-repeat: no-repeat;
        background-position: center calc(100% - 150px);
        padding-bottom: 15px;
        background-size: 100%;
        position: relative;
        z-index: 9;
    }
    .gw16 {
        position: relative;
        display: grid;
        grid-template-columns: 50% 1fr;
        gap: 0px;
        padding: 30px 0;
        
    }
    .gw16-wapp:after {
        content: "";
        bottom: 0px;
        background: #f3f3f3;
        position: absolute;
        height: 185px;
        width: 100%;
        z-index: 1;
    }
  .gw16-left img {
    border-radius: 10px;
  }
  .gw16-right {
    display: flex;
    flex-direction: column;
    align-content: end;
    padding-right: 20%;
  }
  
  .gw16-right h2 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 34px;
    color: #545454;
    margin-bottom: 10px;
    font-family: Montserrat;
    font-weight: 600;
    white-space: nowrap;
  }
  .gw16-right h3 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 64px;
    color: var(--primary-color);
    font-weight: 600;
    white-space: nowrap;
    font-family: Montserrat;
  }
    .gw16-right-slogan {
        position: relative;
        display: inline-flex;
        padding-left: 60px;
        padding-right: 60px;
        text-transform: uppercase;
        margin: 36px 0;
        width: fit-content;
    }
    .gw16-right-slogan::before {
        position: absolute;
        content: "";
        width: 55px;
        background: #ff3f3f;
        height: 3px;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
        opacity: 0.5;
        border-radius: 8px;
        text-transform: uppercase;
    }

    .gw16-right-slogan::after {
        position: absolute;
        content: "";
        width: 55px;
        background: #008f43;
        height: 3px;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        margin: auto;
        border-radius: 8px;
        text-transform: uppercase;
    }
    .gw16-right-readmore {
        border-radius: 30px;
        padding:0;
        color: #fff;
        display: inline-flex;
        margin: 0px;
        border: 1px solid var(--primary-color);
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        min-width: 168px;
        height: 54px;
        background: var(--primary-color);
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .gw16-right-readmore:hover {
        font-weight: 700;
    }

    .gw16-right-phone {
        border-radius: 30px;
        padding: 0px;
        color: #646464;
        display: inline-flex;
        margin: 0px 0px 40px;
        border: 2px solid var(--primary-color);
        font-size: 16px;
        font-weight: 700;
        white-space: nowrap;
        min-width: 216px;
        height: 55px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    .gw16-right-phone i{
        color: var(--primary-color);
        position: relative;
        margin-right: 5px;
        top: 2px;
    }
    .gw16-right-swap {
        display: flex;
        gap: 54px;
        margin-top: 90px;
    }
    .gw16-right .featured-number-item {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 10px -5px, rgba(0, 0, 0, 0.3) 0px 2px 15px -8px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        min-height: 128px;
        border-radius: 30px;
        color: #25345f;
        padding-top: 25px;
    }
    .gw16-bottom-right {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 55px;
        padding-right: 100px;
    }
    .gw16-bottom-right .featured-number-item-number {
        display: flex;
        align-content: center;
        align-items: center;
        gap: 10px;
        color: #fff;
        margin-bottom: 10px;
    }

    .gw16-bottom-right .featured-number-item .title {
        font-size: 19px;
        display: flex;
        color: #434343;
        text-transform: initial;
        font-weight: 500;
    }
    .gw16-bottom-right .featured-number-item-number .number {
        font-size: 30px;
        font-weight: 700;
        font-family: Montserrat;
        line-height: 29px;
    }
    .featured-number-item-img {
        width: 75px;
        height: 75px;
        background: #fff;
        border-radius: 50%;
        margin-bottom: 35px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        color: var(--primary-color);
        font-size: 48px;
        font-weight: 900;
    }

    .gw16-bottom-right .featured-number-item .label{
        color: #fff;
        font-size: 38px;
        position: relative;
        top: -10px;
        font-weight: 900;
    }

    .gw16-right-content {
        position: relative;
        z-index: 99;
        background: #fff;
        padding: 15px 0px;
        border-radius: 15px;
        margin-bottom: 50px;
        font-weight: 500;
    }
    .gw16-right-content p {
      
    }
    .gw16-bottom {
        position: relative;
        display: grid;
        grid-template-columns: 50% 1fr;
        background: url("img/bg1.png") #fff;
        background-repeat: no-repeat;
        background-position: bottom;
        padding-top: 55px;
        min-height: 415px;
        background-size: 100% 100%;
        border-radius: 25px;
        z-index: 2;

    }
    .gw16-bottom-left {
        position: relative;
        display: flex;
        justify-content: center;
    }
    .gw16-bottom-left img {
        position: absolute;
        bottom: 0;
        width: 70%;
    }

    .gw4 {
        background: #f3f3f3;
        position: relative;
        z-index: 99;
      }
      .gw4 ul {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        list-style: none;
        margin: 0;
        padding: 0;
      }
      .gw4 ul li {
        position: relative;
        
      }
      .gw4 ul li:before {
        position: absolute;
        content: "";
        width: 100%;
        background: #000;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: 0.5;
        border-radius: 8px;
      }
      .gw4-info {
        position: relative;
        display: flex;
        justify-content: left;
        flex-direction: column;
      }
      .gw4-info h3 {
        font-size: 18px;
        color: #545454;
        font-weight: 700;
        position: relative;

        overflow: hidden;
        text-align: left;
        margin-top: 15px;
        padding-top: 10px;
      }
      
      .gw4-info h3::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: var(--primary-color);
        transition: all 0.5s ease;
        left: 0;
        top: 0;
      }
      .gw4 ul li:hover  .gw4-info h3 {
    
      }
      .gw4 ul li:hover  .gw4-info h3:before {
        width: 100%;
      }
      .gw4 ul li:hover  .gw4-info h3:after {
        width: 100%;
      }
      .gw4-info h3 span::before,
      .gw4-info h3 span::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-radius: 10px;
      }
    
      .gw4-info h3 span::before {
        top: 2px;
        left: 2px;
      }
    
      .gw4-info h3 span::after {
        bottom: 2px;
        right: 2px;
      }
    
      .gw4 ul li:hover  h3 span::before {
        height: 100%;
      }
      .gw4 ul li:hover  h3 span::after {
        height: 100%;
      }
      .gw4 a {
        display: flex;
        align-content: baseline;
        align-items: baseline;
        justify-content: end;
        text-transform: uppercase;
        flex-direction: column;
        text-align: left;
        color: #545454;
        white-space: nowrap;
        font-weight: 700;
      }
      .gw4-swiper {
        padding: 0px 0px 0px 0px;
        width: calc(100% - 70px);
        margin-top: -165px;
        z-index: 9999;
        position: relative;
        margin: -145px auto 45px;
        overflow: hidden;
      }
      .gw4-item {
        width: 252px;
        height: 315px;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
      }
      .gw4-item-swap {
        width: 252px;
        height: 240px;
        /* background: url("img/bnew-icon.png");
        background-repeat: no-repeat;
        background-size: 100% 100%; */
        border-radius: 15px;
        box-shadow: rgba(181, 140, 86, 0.5) 4px 2px 10px;
        background: #fff;

        padding: 40px 45px;
        display: flex;
        flex-direction: column;
        align-items: baseline;
      }
      .gw4-item-swap i {
        color: var(--primary-color);
        font-size: 38px;
    }
      .gw4-swiper .swiper-slide-active {
        width: 352px;
        height: 315px;
        background: url("img/bg2.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
      }
      .gw4-swiper .swiper-slide-active .gw4-item-swap {
        background: unset;
      }
      .gw4-swiper .swiper-slide-active .gw4-item-swap .gw4-info h3 {
        color: #fff;
        margin-top: 0;
      } 
      .gw4-swiper .swiper-slide-active .gw4-item-swap i {
        color: #fff;
        font-size: 48px;
      }

      .gw4-swiper .swiper-slide-active .gw4-item-swap a { 
        color: #fff;
      }

      .gw4-swiper .swiper-slide-active .gw4-item-swap .gw4-info h3:after {
        background: #fff;
      }
      .gw4-right-nav {
        position: relative;
    
      }
      .gw4-right-nav-next, .gw4-right-nav-prev {
        position: absolute;
        bottom: 150px;
        width: 50px;
        height: 50px;
        z-index: 999;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        cursor: pointer;
      }
      .gw4-right-nav-next i, .gw4-right-nav-prev i {
        font-size: 32px;

      }
      .gw4-right-nav-next i {
        transform: rotate(270deg);
      }

      .gw4-right-nav-prev i {
        transform: rotate(90deg);
      }
      
    
      .gw4-right-nav-next {
        left: -50px;
      }
      .gw4-right-nav-prev {
        right: -50px;
      }
      .gw4-h3 {
        color: #545454;
        margin: 0px;
        padding: 0px;
        font-size: 22px;
        font-weight: 600;
      }
      .gw4-h4 {
        color: var(--primary-color);
        margin: 0px;
        padding: 0px;
        font-size: 38px;
        text-transform: uppercase;
      }
      .gw4-readmore {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin-bottom: 42px;
        margin-top: 40px;
      }
      .gw4-readmore-bt {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: end;
        text-transform: uppercase;
        font-size: 32px;
        color: #787878;
        
      }

      .gw21 {
        margin: 0px;
        padding-top: 58px;
        position: relative;
    }
    .gw21-wapp {
        position: relative;
        padding-bottom: 10px;
    }

    .gw21-wapp:before {
        position: absolute;
        content: "";
        width: 207px;
        background: var(--primary-color);
        height: 3px;
        left: 0;
        right: 0px;
        margin: auto;
        top: -1.5px;
    } 
  .gw21 .gw21-front-page {
    position: relative;
    padding: 10px;
    list-style: none;
    margin: 0;
    padding: 5px 74px;
    
  }
  .gw21-front-page-item {
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-bottom: 15px;
    justify-content: space-between;
    background: url("img/bg4.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.5;
  }
    .gw21-front-page-item a { 
        display: flex;
        flex-direction: column;
    }
    .gw21-front-page-item .gw21-front-page-item-img {

    }
  .gw21 h2 {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 38px;
    color: #000;
    margin-bottom: 60px;
  }
    .gw21 h2:before {
        position: absolute;
        content: "";
        width: 55px;
        background: #000;
        height: 3px;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        margin: auto;
        border-radius: 8px;
        text-transform: uppercase;
    }  
    .gw21 h2:after {
        position: absolute;
        content: "";
        width: 55px;
        background: #000;
        height: 3px;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        margin: auto;
        border-radius: 8px;
        text-transform: uppercase;
    }  
  .gw21-head {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .gw21-front-page-item-img {
    position: relative;
    padding-top: 85%;
    border-radius: 20px;
    overflow: hidden;
  }
    .gw21-front-page-item-img img {
        position: absolute;
        top: 0;
        border-radius: 20px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }   
    .gw21-front-page-item-readmore {
        padding: 5px 30px;
        width: 100%;
        color: #fff;
        text-align: left;
    }
    .gw21-front-page-item-readmore:hover {
        color: #fff;
    }
    .gw21-front-page-item-info {
        padding: 0px 35px 15px;
        color: #2a2a2a;
        
    }

    .gw21-front-page-item-readmore img {
        width: 32px !important;
    }

    .gw21-front-page-item-info .title {
        color: #fff;
        display: flex;
        text-align: center;
        justify-content: left;
        margin-top: 20px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    .gw21-front-page-item-info-des {

    }
    .gw21-front-page-item-intro {
        color: #2a2a2a;
        font-weight: 400;
    }
    .gw21-front-page-item-readmore-full {
        height: 100%;
        width: 100%;
    }

    .gw21-h3 {
        color: #545454;
        margin: 0px;
        padding: 0px;
        font-size: 22px;
        font-weight: 600;
    }
    .gw21-h4 {
        color: var(--primary-color);
        margin: 5px 0px 67px 0px;
        padding: 0px;
        font-size: 34px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .gw21 .gw21-front-page .swiper-slide {
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gw21 .gw21-front-page .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
    .gw21 .gw21-front-page .swiper-slide-active { 
        opacity: 1;
    }

    .gw21-right-nav {
        position: absolute;
        top: 0px;
        width: 100%;
    }
    .gw21-right-nav-next, .gw21-right-nav-prev {
        position: absolute;
        top: 55px;
        width: 50px;
        height: 50px;
        z-index: 999;
        font-size: 32px;
        cursor: pointer;
        align-content: center;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .gw21-right-nav-next {
        left: -15px;

    }
    .gw21-right-nav-prev {
        right: -15px;
    }

    .gw21-right-nav-next i {
        transform: rotate(270deg);
    }
    .gw21-right-nav-prev i {
        transform: rotate(90deg);
    }
    .gw21-swap {
        position: relative;
    }

    .gw22 {
        margin: 0px;
        padding-top: 58px;
        position: relative;
       
    }
    .gw22-wapp {
        position: relative;
        background: url('img/bs2.png') #f3f3f3;
    }

    .gw22-wapp:before {
        position: absolute;
        content: "";
        width: 207px;
        background: var(--primary-color);
        height: 3px;
        left: 0;
        right: 0px;
        margin: auto;
        top: -1.5px;
    } 
  .gw22 .gw22-front-page {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0px;
    
  }
  .gw22-front-page-item {
    background: #f3f3f3;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 50% 1fr;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    background: url("img/bs1.png") #f3f3f3;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    opacity: 1;
  }
    .gw22-front-page-item:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #f3f3f3;
        opacity: 0.6;
        z-index: 9;
    }
  
    .gw22-front-page-item a { 
        display: flex;
        flex-direction: column;
    }
    .gw22-front-page-item .gw22-front-page-item-img {

    }
  .gw22 h2 {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 38px;
    color: #000;
    margin-bottom: 60px;
  }
    .gw22 h2:before {
        position: absolute;
        content: "";
        width: 55px;
        background: #000;
        height: 3px;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        margin: auto;
        border-radius: 8px;
        text-transform: uppercase;
    }  
    .gw22 h2:after {
        position: absolute;
        content: "";
        width: 55px;
        background: #000;
        height: 3px;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        margin: auto;
        border-radius: 8px;
        text-transform: uppercase;
    }  
  .gw22-head {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .gw22-front-page-item-img {
    position: relative;
  }
    .gw22-front-page-item-img img {
        position: relative;
        top: 0;
        border-radius: 20px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    } 
      
    .gw22-front-page-item-readmore {
        display: inline-flex;
        flex-direction: column;
        width: fit-content;
        border: 2px solid #fff;
        border-radius: 40px;
        text-transform: uppercase;
        line-height: 38px;
        font-weight: 900;
        font-size: 18px;
        color: #fff;
        padding: 5px 30px;
    }
    .gw22-front-page-item-readmore:hover {
        color: #fff;
    }
    .gw22-front-page-item-info {
        padding: 0px 35px 15px;
        color: #2a2a2a;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: first baseline;
        height: 100%;
    }

    .gw22-front-page-item-readmore img {
        width: 32px !important;
    }

    .gw22-front-page-item-info .title {
        color: #fff;
        display: flex;
        text-align: left;
        justify-content: left;
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 28px;
        font-weight: 700;
    }
    .gw22-front-page-item-intro {
        color: #fff;
        font-weight: 700;
        font-size: 28px;

    }

    .gw22-front-page-item-intro-des {
        color: #545454;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .gw22-front-page-item-readmore-full {
        height: 100%;
        width: 100%;
    }

    .gw22-h3 {
        color: #545454;
        margin: 0px;
        padding: 0px;
        font-size: 32px;
        
    }
    .gw22-h4 {
        color: var(--primary-color);
        margin: 5px 0px 0px 0px;
        padding: 0px;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .gw22 .gw22-front-page .swiper-slide {
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .gw22 .gw22-front-page .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
    .gw22 .gw22-front-page .swiper-slide-active { 
        opacity: 1;
    }
    .gw22 .gw22-front-page .swiper-slide-active:before {
        display: none;
    }
    .gw22-right-nav {
        position: relative;
    }
    .gw22-right-nav-next, .gw22-right-nav-prev {
        position: absolute;
        top: 300px;
        width: 50px;
        height: 50px;
        z-index: 999;
        font-size: 32px;
        cursor: pointer;
        align-content: center;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .gw22-right-nav-next {
        right: -50px;
    }
    .gw22-right-nav-prev {
        left: -50px;
    }
    .gw22 .gw22-front-page .swiper-slide .heart1 {
        width: 25px;
        height: auto;
        position: relative;
        top: -200px;
        border-radius: 0;
    }
    .gw22 .gw22-front-page .swiper-slide-active .heart1 {
        top: -100px;
        width: 35px;
    }

    .gw22-right-nav-next i {
      transform: rotate(90deg);
    }
    .gw22-right-nav-prev i {
        transform: rotate(270deg);
    }

    .gw23 {
      margin: 0px;
      padding-top: 58px;
      position: relative;
     
  }
  .gw23-wapp {
      position: relative;
      background: #fff;
  }

  .gw23-wapp:before {
      position: absolute;
      content: "";
      width: 207px;
      background: var(--primary-color);
      height: 3px;
      left: 0;
      right: 0px;
      margin: auto;
      top: -1.5px;
  } 
.gw23 .gw23-front-page{
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0px;
  
}
.gw23-front-page-item {
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  opacity: 1;
}
  .gw23-front-page-item:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 0.6;
      z-index: 9;
  }

  .gw23-front-page-item a { 
      display: flex;
      flex-direction: column;
  }
  .gw23-front-page-item .gw23-front-page-item-img {

  }
.gw23 h2 {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 38px;
  color: #000;
  margin-bottom: 60px;
}
  .gw23 h2:before {
      position: absolute;
      content: "";
      width: 55px;
      background: #000;
      height: 3px;
      left: 0;
      top: 0;
      bottom: 0;
      z-index: 1;
      margin: auto;
      border-radius: 8px;
      text-transform: uppercase;
  }  
  .gw23 h2:after {
      position: absolute;
      content: "";
      width: 55px;
      background: #000;
      height: 3px;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 1;
      margin: auto;
      border-radius: 8px;
      text-transform: uppercase;
  }  
.gw23-head {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gw23-front-page-item-img {
  position: relative;
}
  .gw23-front-page-item-img img {
      position: relative;
      top: 0;
      border-radius: 20px;
      object-fit: cover;
      width: 100%;
      height: 100%;
  }   
  .gw23-front-page-item-readmore {
      display: inline-flex;
      flex-direction: column;
      width: fit-content;
      border: 2px solid #fff;
      border-radius: 40px;
      text-transform: uppercase;
      line-height: 38px;
      font-weight: 900;
      font-size: 18px;
      color: #fff;
      padding: 5px 30px;
  }
  .gw23-front-page-item-readmore:hover {
      color: #fff;
  }
  .gw23-front-page-item-info {
      padding: 0px 35px 15px;
      color: #2a2a2a;
      display: flex;
      flex-direction: column;
      justify-content: end;
      align-items: first baseline;
      height: 100%;
  }

  .gw23-front-page-item-readmore img {
      width: 32px !important;
  }

  .gw23-front-page-item-info .title {
      color: #fff;
      display: flex;
      text-align: center;
      justify-content: left;
      margin-top: 0px;
      margin-bottom: 5px;
      text-transform: uppercase;
  }
  .gw23-front-page-item-intro {
      color: #fff;
      font-weight: 400;

  }

  .gw23-front-page-item-intro-des {
      color: #545454;
      margin-top: 25px;
      margin-bottom: 90px;
      padding: 0px 30px;
      display: flex;
      align-content: center;
      justify-content: center;
      text-align: center;
  }
  .gw23-front-page-item-readmore-full {
      height: 100%;
      width: 100%;
  }

  .gw23-h3 {
      color: #545454;
      margin: 0px;
      padding: 0px;
      font-size: 22px;
      font-weight: 600;
  }
  .gw23-h4 {
      color: var(--primary-color);
      margin: 5px 0px 20px 0px;
      padding: 0px;
      font-size: 34px;
      text-transform: uppercase;
      font-weight: 700;
  }
  .gw23 .gw23-front-page.swiper-slide {
      align-items: center;
      justify-content: center;
      position: relative;
  }
  .gw23 .gw23-front-page.swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
  }
  .gw23 .gw23-front-page .swiper-slide-active { 
      opacity: 1;
  }
  .gw23 .gw23-front-page .swiper-slide-active:before {
      display: none;
  }
  .gw23-right-nav {
      position: relative;
  }
  .gw23-right-nav-next, .gw23-right-nav-prev {
      position: absolute;
      top: 200px;
      width: 50px;
      height: 50px;
      z-index: 999;
      font-size: 32px;
      cursor: pointer;
      align-content: center;
      align-items: center;
      justify-content: center;
      display: flex;
  }

  .gw23-right-nav-next {
      right: -50px;
  }
  .gw23-right-nav-prev {
      left: -50px;
  }

  .gw23-right-nav-next i {
    transform: rotate(90deg);
  }
  .gw23-right-nav-prev i {
      transform: rotate(270deg);
  }

  .gw6 {
    margin: 0px;
    position: relative;
    padding-top: 58px;
}
.gw6-wapp {
    position: relative;
    padding-bottom: 10px;
    background: #f3f3f3;
    
}
.gw6-wapp:before {
    position: absolute;
    content: "";
    width: 207px;
    background: var(--primary-color);
    height: 3px;
    left: 0;
    right: 0px;
    margin: auto;
    top: -1.5px;
} 
.gw6-swap {
    display: flex;
}
.gw6-swap-left {
    width: 50%;
    position: relative;
    background: url('img/tt1.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}
.gw6-swap-left img {
    width: 80%;
}
.gw6-swap-right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
}

.gw6 .gw6-front-page {
width: 100%;
height: 800px;
}
.gw6-front-page-item {
background: #fff;
border-radius: 20px;
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
justify-content: space-between;
background: url("img/tt2.png");
padding: 0px;
background-repeat: no-repeat;
background-size: 100% 100%;

}
.gw6-front-page-item:before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: #fff;
    opacity: 0.6;
    z-index: 9;
    left: 0;
    border-radius: 20px;
}
.gw6 .gw6-front-page .swiper-slide-active:before {
    display: none;
}
.gw6-front-page-item a { 
    display: flex;
    flex-direction: column;
}
.gw6-front-page-item .gw6-front-page-item-img {

}
.gw6 h2 {
position: relative;
padding-left: 60px;
padding-right: 60px;
font-size: 38px;
color: #000;
margin-bottom: 60px;
}
.gw6 h2:before {
    position: absolute;
    content: "";
    width: 55px;
    background: #000;
    height: 3px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    border-radius: 8px;
    text-transform: uppercase;
}  
.gw6 h2:after {
    position: absolute;
    content: "";
    width: 55px;
    background: #000;
    height: 3px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    border-radius: 8px;
    text-transform: uppercase;
}  
.gw6-head {
position: relative;
display: flex;
align-content: center;
align-items: center;
justify-content: center;
flex-direction: column;
}
.gw6-front-page-item-img {
position: relative;
padding-top: 55%;
border-radius: 20px 20px 0px 0px;
overflow: hidden;
width: calc(100% - 20px);
}
.gw6-front-page-item-img img {
    position: absolute;
    top: 0;
    border-radius: 20px 20px 0px 0px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}   
.gw6-front-page-item-readmore {
    background: #25345f;
    padding: 5px 30px;
    width: fit-content;
    border-radius: 15px;
    color: #fff;
}
.gw6-front-page-item-readmore:hover {
    color: #fff;
}
.gw6-front-page-item-info {
    padding: 0px 50px 15px;
    color: #2a2a2a;
    text-transform: uppercase;
}

.gw6-front-page-item-info .title {
    color: #000;
    display: flex;
    text-align: center;
    justify-content: left;
    margin-top: 20px;
    margin-bottom: 5px;
}
.gw6-front-page-item-intro {
    color: #2a2a2a;
    font-weight: 400;
    text-transform: initial;
}
.gw6-front-page-item-readmore-full {
    height: 100%;
    width: 100%;
}
.gw6-h3 {
    color: #545454;
    margin: 0px;
    padding: 0px;
    font-size: 32px;
}
.gw6-h4 {
    color: var(--primary-color);
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 38px;
    text-transform: uppercase;
}
.gw6-right-nav {
    position: absolute;
    right: 0;
    bottom: 200px;
}
.gw6-right-nav-next, .gw6-right-nav-prev {
    position: relative;
    
    width: 50px;
    height: 50px;
    z-index: 999;
    font-size: 32px;
    cursor: pointer;
    align-content: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.gw6-right-nav-next {
    right: 0px;
}
.gw6-right-nav-prev {
    left: 0px;
}

.gw6-right-nav-next i {
  transform: rotate(180deg);
}
.gw6-right-nav-prev i {
    transform: rotate(0deg);
}
.gw24 {
  background: #f3f3f3;
  padding: 0px 0px 15px 0px;
}
.gw24-swiper {
  position: relative;
  overflow: hidden;
}
  
.gw24-swiper-item {
  box-shadow: unset;
}
.gw25 {
  margin-top: -123px;
  z-index: 9;
  position: relative;
}
.gw25:before {
  content: "";
  position: absolute;
  background: #f3f3f3;
  height: calc(100% - 123px);
  width: 100%;
  top: 100px;

  left: 0px;
}
.gw25-swap {
  position: relative;
  display: grid;
  grid-template-columns: 30% 40% 1fr;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-content: center;
  align-items: center;
  width: calc(100% - 70px);
  margin: auto;
}

.gw25-swap1 {
  position: relative;
  display: grid;
  grid-template-columns: 40% 30% 1fr;
  width: calc(100% - 70px);
  margin: auto;
}

.gw25-swap2 {
  grid-template-columns: 30% 30% 1fr;
  width: calc(100% - 70px);
  margin: auto;
}

.gw25-swap-item {
  width: 100%;
  height: 80%;
  background: #fff;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 45px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  box-shadow: rgba(227, 170, 99, 0.19) 0px 10px 20px, rgba(227, 170, 99, 0.23) 0px 6px 6px;
  border-radius: 20px;
}

.gw25-swap-item-icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  font-size: 58px;
  color: var(--primary-color);
} 

.gw25-swap-item-name {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  color: #000;
  position: relative;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 20px;
}
.gw25-swap-item-name:before {
  content: "";
  width: 65px;
  height: 2px;
  background: var(--primary-color);
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
  position: absolute;

}

.gw25-swap-item-active, .gw25 .active {
  min-height: 310px;
  background: url("img/bg4.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: auto;
  box-shadow: rgba(128, 63, 5, 0.38) 0px 5px 8px, rgba(170, 100, 10, 0.66) 5px 0px 8px;
}
.gw25-swap-item-active .gw25-swap-item-name, .gw25 .active .gw25-swap-item-name{
  color: #fff;
}
.gw25-swap-item-active .gw25-swap-item-name:before,  .gw25 .active .gw25-swap-item-name:before{
  background:#fff;
}
.gw25-swap-item-active .gw25-swap-item-icon {
  display: none;
}

.gw25-swap-item-des {
  display: none;
}

.gw25-swap-item-active .gw25-swap-item-des, .gw25 .active .gw25-swap-item-des {
  display: flex;
  padding-top: 62px;
  color: #fff;
  font-weight: 600;
}

.gw26 {
  background: url("img/bg5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 250px;
  margin-top: -48px;
  padding-bottom: 100px;
}
.gw26 h1{
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.gw26-swap-item-h3 {

}
.gw26-swap-item-text {
  
}
.gw26-swap { 
  position: relative;
  display: grid;
  grid-template-columns: 55% 1fr;
  min-height: 500px;
}
.gw26-form {
  margin-top: -150px;
  position: relative;
  z-index: 99;
}
.gw26-form-swap {
  box-shadow: rgba(142, 84, 12, 0.39) 0px 14px 28px, rgba(225, 147, 50, 0.22) 0px 5px 5px;
  padding: 52px 218px 50px;
  margin-bottom: 87px;
  border-radius: 20px;
  background: #fff;
}

.gw26-form-swap .wpcf7-validates-as-date, .gw26-form-swap .form__input, .gw26-form-swap .form-popup__input {
  box-shadow: unset;
  border: 1px solid var(--primary-color);
}
.gw26-form-swap .form__label {
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
}
.gw26-form-swap  .custom-button12 {
  background: var(--primary-color);
  display: inline-flex;
  width: fit-content;
  border-radius: 20px;
  height: 50px;
  line-height: 50px;
}

.gw26-swap-left {
  position: relative;
}
.gw26-swap-left-info {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px;
  margin-top: 70px;
}
.gw26-swap-left-des {
  color: #fff;
}
.gw26-swap-item-ic {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 28px;
  color: var(--primary-color);
  padding-top: 15px;
  margin-bottom: 15px;

}
.gw26-swap-item-ic:before {
  content: "";
  position: absolute;
  background: var(--primary-color);
  height: 3px;
  width: 145px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.gw26-swap-item {
  display: flex;
  background: #fff;
  flex-direction: column;
  border-radius: 10px;
  align-content: center;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
}
.gw26-swap-right {
  position: relative;
}

.gw26-swap-right img {
  position: absolute;
  bottom: 0px;
  width: 75%;
  right: 0;
}

.ft-right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
.ft_form .custom-buttonw1 {
  position: absolute;
  bottom: 3px;
  background: unset;
  right: 0;
  box-shadow: unset;
  border: unset;
  width: 80px;
  height: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  line-height: unset;
  color: var(--primary-color);
  padding: 0 15px;
  
}
.ft_form .form__grup:nth-child(3) p:before {
  content: "";
  background: #ececec;
  position: absolute;
  right: 60px;
  bottom: 13px;
  margin: auto;
  height: 20px;
  width: 1px;
}

.ft_form .wpcf7-form{
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: right;
  text-align: right;
}
.ft_form input[type="email"] {
  height: 40px;
  width: 300px;
  padding: 0 50px 0px 15px;
}
.ft_form input[type="email"]::placeholder {
  font-style: italic;
}

.ft_form .form__grup {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: end;
}
.ft_form .form__grup:nth-child(3) {
  position: relative;
}
.ft_form .form__grup:nth-child(3) p {
  height: 0px;

}
.ft-right .footerp {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: end;
  margin-bottom: 10px;
  font-weight: 700;
}
.gw26-map-head {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.gw26-map-h3 {
  color: #545454;
  margin: 0px;
  padding: 0px;
  font-size: 32px;
}
.gw26-map-h4 {
  color: var(--primary-color);
  margin: 0px;
  padding: 0px;
  font-size: 38px;
  text-transform: uppercase;
}
.gw26-map-iframe {
  padding-bottom: 30px;
}
.services-main {
  background: #f3f3f3;
}
.services-section {
  margin-top: 60px;
  padding: 0 0px 75px 0px;
}
.service-swap {
  width: calc(100% - 100px);
  margin: auto;
}

.gw27 {
  margin-top: -100px;
  z-index: 9;
  position: relative;
}

.gw27:before {
  content: "";
  position:absolute;
  background: #f3f3f3;
  top: 100px;
  width: 100%;
  height: 100%;
}
.blog-section {
  z-index: 9;
  position: relative;
  background: #f3f3f3;
}

.gw27-swap {
  position: relative;
  display: grid;
  grid-template-columns: 30% 40% 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
  align-content: center;
  align-items: center;
}
.gw27-swap1 {
  position: relative;
  display: grid;
  grid-template-columns: 40% 30% 1fr;
}

.gw27-swap2 {
  grid-template-columns: 30% 30% 1fr;
}

.gw27-swap-item {
  width: 100%;
  height: 80%;
  background: #fff;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 45px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  box-shadow: rgba(227, 170, 99, 0.19) 0px 10px 20px, rgba(227, 170, 99, 0.23) 0px 6px 6px;
  border-radius: 20px;
  justify-content: center;
}

.gw27-swap-item-icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  font-size: 58px;
  color: var(--primary-color);
} 

.gw27-swap-item-name {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  color: #000;
  position: relative;
  padding-top: 20px;
  text-transform: uppercase;
}
.gw27-swap-item-name:before {
  content: "";
  width: 65px;
  height: 3px;
  background: var(--primary-color);
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
  position: absolute;

}

.gw27-swap-item-active, .gw27 .active {
  min-height: 310px;
  background: url("img/bg4.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: auto;
}
.gw27-swap-item-active .gw27-swap-item-name, .gw27 .active .gw27-swap-item-name{
  color: #fff;
}
.gw27-swap-item-active .gw27-swap-item-name:before,  .gw27 .active .gw27-swap-item-name:before{
  background:#fff;
}
.gw27-swap-item-active .gw27-swap-item-icon {
  display: none;
}

.gw27-swap-item-des {
  display: none;
}

.gw27-swap-item-active .gw27-swap-item-des, .gw27 .active .gw27-swap-item-des {
  display: flex;
  padding-top: 62px;
  color: #fff;
}
.blog-swap {
  margin-top: 30px;
}

.blog-swap-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.blog-swap-box .blog-swap-box-item .paragraf-sol-beyaz-orta{
  color: #333;
}
.blog-swap-box .blog-swap-box-item {
  border-radius: 15px;
  box-shadow: rgba(181, 140, 86, 0.5) 4px 2px 10px;

}
.blog-swap-box-item .excerpt {
  color: #000;
}
.blog-swap-box h3 {
  font-size: 22px;
  margin: 15px 0px;
  font-weight: 700;
    color: #000;
}
.blog-swap-box .blog-swap-box-item:hover {
  background: url(img/bg4.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.blog-swap-box .blog-swap-box-item:hover .paragraf-sol-beyaz-orta {
  color: #fff;
}
.blog-swap-box .blog-swap-box-item:hover h3{
  color: #fff;
}

.blog-swap-box-item:hover .excerpt {
  color: #fff;
}
.blog-swap-box-item-tuvan {
  color: #fff;
  background: #e3aa63;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px 15px;
  background: url(img/new-icon.png);
  width: 32px;
  background-repeat: no-repeat;
  float: right;
  height: 32px;
  margin-bottom: 20px;
}
.blog-swap-box .blog-swap-box-item:hover .blog-swap-box-item-tuvan {
  background: url(img/g2.png);
}
.blog-swap-box .blog-swap-box-item .services-kutu2 {
  text-align: left;
  padding: 0;
}
.blog-swap-box .blog-swap-box-item .services-kutu2 img {
  border-radius: 15px;
}
.blog-swap-box .blog-swap-box-item .paragraf-sol-beyaz-orta {
  text-align: left;
}
.blog-swap-box-item-des {
  padding: 0px 20px;
}

.blog-swap-box-item-img {
  position: relative;
  padding-top: 65%;
}
.blog-swap-box-item-img img {
  position: absolute;
  top: 0px;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0.3rem;
  border-radius: 15px;
}
.blog-swap .pagination {
  display: flex;
  position: relative;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 15px;
}

.blog-swap .pagination .page-numbers {
  color: #d2d2d2;
  font-size: 20px;
  margin: 0px;
  position: relative;
}
.blog-swap .pagination .current {
  font-size: 32px;
  color: #606060;
}
.blog-swap .pagination .page-numbers:hover {
  color: #606060;
  background: unset;
}
.single-swap {
  padding-top: 163px;
}
.single-swap .breadcrumbs {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 130px;
}
.single-swap .gw26-swap{
  min-height: auto;
}
.single-content {
  border-radius: 20px;
  box-shadow: rgba(181, 140, 86, 0.5) 4px 2px 10px;
  padding: 75px 50px 50px 50px;
  background: #fff;
}
.news-alani-sayfa {
  padding: 0;
  margin-top: -100px;
  background: unset;
}
.single-content .wp-caption {
  width: 100% !important;
}
.single-content .wp-caption img {
  width: 100%;
  height: auto;
}
.insurance-gw16 {
  padding: 0px;
  
}
.insurance-gw16 .gw16-right {
  padding-top: 110px;
}
.insurance-gw16 .gw16-bottom{

}
.insurance-gw16 .gw16-right-phone {
  margin: 0px;
  height: 54px;
}
.insurance-gw16.gw16-bottom-right {
  padding-left: 100px;
  padding-right: 0px;
}
.insurance-gw21 {
  padding: 0px 0px 100px 0px;
  background: #f3f3f3;
}
.insurance-gw21:before {
  display: none;
}
.insurance-gw21 .insurance-partner {
  gap: 20px;
}
.insurance-gw21 .insurance-partner .insurance-partner-left{
  gap: 27px;
}
.insurance-gw21 .insurance-partner .insurance-partner-left-item {
  min-height: 94px;
  padding: 0px 35px;
}

.insurance-gw21 .insurance-partner .insurance-partner-left-item h3 {
  font-weight: 700;
  font-size: 18px;
}
.insurance-partner {
  position: relative;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 20px;
}
.insurance-partner-left-item {
  border-radius: 8px;
  box-shadow: rgba(181, 140, 86, 0.5) 4px 2px 10px;
  width: 100%;
  min-height: 50px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  align-content: center;
  background: #fff;
}
.insurance-partner-left-item h3 {
  margin: 0px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}

.insurance-partner-left .active {
  background: url(img/bg_doitac.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.insurance-partner-left {
  display: flex;
  flex-direction: column;
  gap: 39px;
  align-content: center;
  align-items: baseline;
  justify-content: center;
  width: 100%;
}
.insurance-partner-left .active h3{
  color: #fff;
}

.insurance-partner-right {
  padding: 30px 30px 50px 30px;
  border-radius: 15px;
  box-shadow: rgba(181, 140, 86, 0.5) 4px 2px 10px;
  background: #fff;
  max-height: 100%;
  position: relative;
  overflow-y: auto;
  font-size: 20px;
  color: #545454;
}
.insurance-partner-right-bt-swap {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: end;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.insurance-partner-right-prev, .insurance-partner-right-next {
  display: flex;
  width: 50px;
  height: 50px;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.insurance-partner-right-next {
  justify-content: left;
}

.insurance-partner-right-prev i {
  transform: rotate(270deg);
  font-size: 22px;
  font-weight: 700;
}
.insurance-partner-right-next i {
  transform: rotate(90deg);
  font-size: 22px;
  font-weight: 700;
}
.insurance-partner-right-item {
  display: none;
}
.insurance-partner-right .active {
  display: flex;
  flex-direction: column;
}
.insurance-partner-gw24 {
  background: #f3f3f3;
  padding-top: 35px;
}
.insurance-partner-gw24 .gw21-h4 {
  margin-bottom: 80px;
}
.gw28-wapp {
  position: relative;
  padding-bottom: 10px;
  background: #fff;
  padding-top: 58px;
}
.gw28-swap {
  position: relative;
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 0px;
  padding: 30px 0;
}
.gw28-wapp::before {
  position: absolute;
  content: "";
  width: 207px;
  background: var(--primary-color);
  height: 3px;
  left: 0;
  right: 0px;
  margin: auto;
  top: -1.5px;
}
.gw28-head {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.gw28-h3 {
  color: #545454;
  margin: 0px;
  padding: 0px;
  font-size: 32px;
}

.gw28-h4 {
  color: var(--primary-color);
  margin: 0px 0px 67px 0px;
  padding: 0px;
  font-size: 38px;
  text-transform: uppercase;
}
.insurance-partner-gw24 {

}
.insurance-partner-gw24 .gw24-swiper-item {
  border-radius: 15px;
  box-shadow: rgba(181, 140, 86, 0.5) 4px 2px 5px;
  background: #fff;
  padding-top: 225px;
  overflow: hidden;
}

.insurance-partner-gw24 .gw24-swiper-item img {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.insurance-carousel-partners {
  padding: 10px 15px 80px 5px;
}
.doctors-gw16 .gw16-bottom .featured-number-item-img {
  color: #fff;
  background: unset;
}
.doctors-gw16 .gw16-bottom {
  background: url("img/bg_khoa.png") #fff;
  background-size: cover;
  min-height: unset;
}
.doctors-gw16 .gw16-bottom-right{
  padding-right: 0px;
  padding-left: 98px;
  background-size: cover;
  min-height: auto;
}

.doctors-gw16 .gw16-bottom-right .featured-number-item .featured-number-item-img {
  width: 75px;
  height: 52px;
  margin-bottom: 0px;
}
.doctors-gw16 .gw16-bottom-right .featured-number-item {
  padding-bottom: 41px;
}
.doctors-gw16 .gw16 {
  padding: 30px 0 0px;
}
.doctors-gw16  .gw16-right {
  padding-top: 100px;
}
.doctors-gw16 .gw16-right-swap {
  margin-top: 48px;
}
.doctors {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
}
.doctors-item {
  display: flex;
  flex-direction: column;
}
.doctors-item-info {
  position: relative;
  color: #fff;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: first baseline;
  display: grid;
  grid-template-columns: 60% 1fr;
  background: url("img/bs1.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  border-radius: 20px;
  align-items: end;
  z-index: 1;
}
.doctors-item-info:before{
  content: "";
  background: url("img/bs1.png");
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  right: 0px;
  z-index: -1;
}
.doctors-item-job {
  font-size: 22px;
  color: #545454;
  font-weight: 600;
}
.doctors-item-name {
  font-size: 22px;
  color: #545454;
  font-weight: 600;
  margin-bottom: 12px;
}

.doctors-item-info-left {
  padding: 30px 30px 15px;
}
.doctors-item-readmore {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
  border: 2px solid #fff;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  padding: 0px 30px;
  min-width: 125px;
  height: 40px;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-top: 37px;
}
.doctors-item-img {
  padding-top: 100%;
  position: relative;
}
.doctors-item-img img {
  height: 170%;
  width: auto;
  max-width: unset;
  position: absolute;
  bottom: 0;
  right: 10px;
  border-radius: 0px 0px 128px 0px;
}

.doctors-section {
  margin: 0px;
  background: #f3f3f3;
}
.departments-partner {
  grid-template-columns: 35% 1fr;
}
.departments-gw21:before {
  display: none;
}
.departments-gw4 .gw4-head {
  padding-bottom: 200px;
  padding-top: 50px;
  background: url("img/bg_chuyenkhoakhac.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.departments-gw4 .gw4-h2 {
  margin: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  color: #545454;
  margin-bottom: 10px;
}

.departments-gw4 .gw4-h3 {
  margin: 0px;
  text-transform: uppercase;
  font-size: 38px;
  color: #fff;
}
.custom-slider {
  display: flex;
  gap: 0px;
  overflow: hidden;
  margin-top: -150px;
  margin-bottom: 50px;
}

.custom-slider-swap {
  display: flex;
  gap: 15px;
  width: 100%;
  padding: 20px 0px;
}


.custom-slider .gw4-group {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: calc(100% - 40px);
  margin-left: 20px;
}

.custom-slider .gw4-item {
  border-radius: 15px;
  box-shadow: rgba(181, 140, 86, 0.5) 4px 2px 10px;
  background: #fff;
  width: 100%;
  flex: 1 1 0; 
  min-width: 0; 
  height: 225px;
  justify-content: center;
  align-items: baseline;
  padding: 50px;
}
.custom-slider .gw4-item i {
  font-size: 48px;
  color: var(--primary-color);
}
.departments-gw21 {
  padding-bottom: 46px;
}

.departments-gw21 .gw21 {
  margin: 0px;
  padding-top: 32px;
}

.custom-slider .active {
  flex: 0 0 200px;
  min-width: 200px;
  background: url("img/bg_active_chuyenkhoa.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-width: 31%;
  height: 315px;
  will-change: transform;
}
.custom-slider .active a {
  color: #fff;
  transition: all 0s ease-in-out;
}
.custom-slider .active .gw4-info h3 {
  color: #fff;
  font-size: 28px;
}

.custom-slider .active .gw4-info h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.5s ease;
  left: 0;
  top: 0;
}

.custom-slider .active i {
  font-size: 58px;
  color: #fff;
}

.custom-slider-right-nav-next, .custom-slider-right-nav-prev {
  position: absolute;
  bottom: 150px;
  width: 50px;
  height: 50px;
  z-index: 999;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.custom-slider-right-nav-next i, .custom-slider-right-nav-prev i {
  font-size: 32px;

}
.custom-slider-right-nav-next i {
  transform: rotate(90deg);
}

.custom-slider-right-nav-prev i {
  transform: rotate(270deg);
}


.custom-slider-right-nav-next {
  right: -50px;
}

.custom-slider-right-nav-prev {
  left: -50px;
}
.m-custom-slider {
  display: none;
}
.mobile-menu {
  display: none;
}

.departments-gw28 {
  background: #f3f3f3;
  padding-bottom: 0;
}
.departments-gw28 .gw28-swap{
  padding-bottom: 0px;
}
.about .gw16 {
  padding-top: 90px;
}
.about .gw16-right-swap {
  margin-top: 52px;
}

.about .gw16-bottom-right {
  padding-bottom: 173px;
}
.about .gw16-wapp {
  padding-bottom: 0px;
}
.about .gw22-wapp::before {
  display: none;
}

.about .gw22-h3 {
  font-size: 22px;
  font-weight: 600;
}
.about .gw22-wapp {
  padding-bottom: 60px;
}
.about .gw23 {
  padding-bottom: 48px;
}
.about-section {
  padding-bottom: 110px;
}
.about-section .gw22-head{
  margin-top: 40px;
  margin-bottom: 60px;
}
.about-section-readmore a {
  min-width: 187px;
  height: 46px;
  background: var(--primary-color);
  color: #fff;
  display: inline-flex;
  border-radius: 20px;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 110px;
}

.about-section-readmore {
  text-align:center;
}

.bt-next {
  background: url("img/next.png");
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px;
  position: absolute;
  right: -25px;
  bottom: calc(50% - 50px);
}

.bt-prev {
  background: url("img/prev.png");
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  position: absolute;
  left: -30px;
  bottom: calc(50% - 50px);
}

.insurance-gw28 {
  padding-bottom: 0px;
  
}
.insurance-gw28 .gw28-swap{
  padding-bottom: 0px;
}
.insurance-gw16 .gw16-bottom-right{
  padding-left: 100px;
  padding-right: 0px;
}
.services-main .featured-number-item-img {
  background: unset;
  margin-bottom: 10px;
  color: #fff;
}
.services-main .active .gw25-swap-item-name {
  padding-bottom: 10px;
  padding-top: 0px;
  font-weight: 600;
}
.services-main .active .gw25-swap-item-name::before { 
  bottom: 0px;
  top: unset;
}
.services-main .gw16-right h3 {
  font-size: 60px;
  font-weight: 700;
}
.services-main .gw16-right h2 {
  margin-bottom: 0px;
}
.services-main .gw16-right {
  margin-top: 60px;
}

.services-main .gw16-right-content {
  padding: 5px 0px 0px;
  font-weight: 500;
  margin-bottom: 0px;
}

.services-main .gw16-right-content p{
  font-weight: 500;
}

.services-main  .gw16-right-swap {
  margin-top: 48px;
}

.services-main .gw25-swap-item-active .gw25-swap-item-name:before {
  top: unset;
  bottom: 0px;
}
.services-main .gw25-swap-item-active .gw25-swap-item-des {

}
.services-main .gw16-bottom-right{
  padding-bottom: 187px;
}
.services-main .gw25 {
  margin-top: -123px;
}
.package-box h6 {
  font-size: 23px;
  margin: 15px 0px 20px;
  color: #545454;
}
.package-box-item-des {
  font-weight: 600;
}
@media (max-width: 768px) {
  .header-swap::before {
    height: 100%;
  }
  .header-top {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .header-top-right {
    display: none;
  }
  .gw16 {
    grid-template-columns: 0% 1fr;
  }
  .gw16-right {
    padding-right: 0%;
  }
  .gw16-right-swap {
    gap: 10px;
    white-space: nowrap;
  }
  .gw16-right-content {
    margin-bottom: 0px;
  }
  .gw16-bottom-left img {
    width: auto;
    position: relative;
  }
  .gw16-bottom {
    display: flex;
    flex-direction: column;
    background: unset;
  }
  
  .gw16-bottom-right {
    padding-right: 0;
    padding: 15px;
    background: url(img/line2.png);
    background-repeat: repeat-x;
    background-size: 100%;
    background-position: center;
    border-radius: 20px;
  }
  .gw16-bottom-right .featured-number-item-number .number {
    font-size: 30px;
    white-space: normal;
  }
  .featured-number-item-img { 
    margin-bottom: 15px;
  }
  .custom-wapp .gw4-right-nav{
    display: none;
  }

  .custom-wapp .gw4-group .gw4-item{ 

  }

  .custom-wapp .gw4-group .active{ 
    width: unset;
  }
  .custom-slider .active {

  }
  .custom-slider {
    display: none;
  }
  .m-custom-slider {
    position: relative;
    display: block;
    overflow-x: auto;
    padding: 15px 0;
  }
  .m-custom-slider-swap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
    gap: 10px;
  }


  .m-custom-slider-swap .gw4-item {
    border-radius: 15px;
    box-shadow: rgba(181, 140, 86, 0.5) 4px 2px 10px;
    background: #fff;
    justify-content: center;
    align-items: baseline;
    padding: 15px;
    flex: 1; 
    width: 150px;
    height: unset;
  }
  .m-custom-slider-swap .gw4-item a { 
    white-space: unset;
  }

  .m-custom-slider-swap .gw4-item i {
    font-size: 48px;
    color: var(--primary-color);
  }
  .m-custom-slider-swap .gw4-item .gw4-info h3 {
    margin-top: 0px;
  }


  .m-custom-slider-swap .active {
    background: url("img/line2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    will-change: transform;
  }
  .m-custom-slider-swap .active a {
    color: #fff;
    transition: all 0s ease-in-out;
  }
  .m-custom-slider-swap .active .gw4-info h3 {
    color: #fff;
    font-size: 18px;
    
  }

  .m-custom-slider-swap .active .gw4-info h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.5s ease;
    left: 0;
    top: 0;
  }

  .m-custom-slider-swap .active i {
    font-size: 58px;
    color: #fff;
  }
  .gw16-bottom {
    padding-top: 0px;
  }
  .gw21-head {
    text-align: center;
  }
  .gw21-right-nav {
    display: none;
  }
  .gw21-front-page-item {
    border-radius: 20px;
    overflow: hidden;
    padding: 0px;
  }
  .gw21 .gw21-front-page {
    padding: 5px 30px;
  }
  .gw21-front-page-item-readmore {
    padding: 0px 30px 15px;
  }
  .gw21-front-page-item-info .title {
    justify-content: center;
    font-size: 18px;
  }
  .gw22-front-page-item {
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: unset;
    background: unset;
    border-radius: 20px 20px 200px 200px;
    overflow: hidden;
  }
  .gw22 .gw22-front-page .swiper-slide-active::before {
    display: block;
  }
  
  .gw22-front-page-item:before {
    content: "";
    background: url("img/line3.png") #f3f3f3;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: bottom;
    top: 0px;
    background-repeat: no-repeat;
    z-index: -1;
    border-radius: 20px 20px 200px 200px;
    

  }
  .gw22 .gw22-front-page .swiper-slide-active:before {
    opacity: 1;
  }
  .gw22-front-page-item a {
    display: inline-flex;
    margin: auto;
  }
  .gw22-right-nav {
    display: none;
  }
  .gw23-head {
    text-align: center;
  }
  .gw6-swap {
    flex-direction: column;
  }

  .gw6-swap-left {
    width: 100%;
  }

  .gw6-swap-left, .gw6-swap-right {
    width: 100%;
  }
  .gw6-right-nav {
    display: none;
  }

  .gw6 .gw6-front-page {
    height: unset;
    margin-top: 15px;
    padding: 15px 0px;
  }
  .gw6-front-page-item-info {
    padding: 0px 20px 15px;
  }
  .gw6-front-page-item-info .title {
    font-size: 18px;
  }
  .gw6-front-page-item-img {
    width: 100%;
  }
  .gw6-front-page-item {
    background: unset;
    border-radius: 20px;
    box-shadow: rgba(181, 140, 86, 0.5) 4px 2px 10px;
  }
  .gw6-front-page-item::before {
    width: 100%;
    height: 100%;
  }
  .footer .footer-menu li {
    align-content: last baseline;
  }
  .ft-right {
    justify-content: center;
    align-items: center;
  }
  .gw23-right-nav {
    display: none;
  }
  .part {
    width: 150px !important;
    top: 30% !important;
    left: calc(50% - 75px) !important;
  }
  .mobile-menu {
    display: flex;
    background: var(--primary-color);
    border-radius: 10px;
    width: 60px;
    align-content: center;
    align-items: center;
    justify-content: center;

  }
  .hamburger-menu {
    width: 0px;
    height: 0px;
  }

  .menuicon {
    display: block;
    cursor: pointer;
    color: white;
    transform: rotate(0deg);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .menuicon__bar, .menuicon__circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
  }
  .menuicon__bar {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-in-out;
  }
  .menuicon__circle {
    transition: stroke-dashoffset 0.3s linear 0.1s;
    stroke-dashoffset: 144.513262038;
    stroke-dasharray: 144.513262038;
  }
  .side-widget {
    z-index: 99999;
    align-content: baseline;
  }
  .side-widget .inner {
    height: unset;
    align-content: baseline;
  }
  .side-widget .logo {
    margin-bottom: 0px;
  }
  .side-widget small {
    color: var(--primary-color);
    white-space: nowrap;
    font-size: 13px;
  }
  .navbar-nav .active a span {
    color: #000;
  }
  .side-widget .site-menu ul li {
    padding: 5px 0;
  }
  .side-widget .site-menu ul li ul {
    top: 0px;
    position: relative;
    visibility: visible;
    opacity: 1;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0px;
  }
  .side-widget .site-menu ul li a {
    font-size: 18px;
    padding: 0px;
  }
  .side-widget .site-menu ul li .dropdown-menu li a {
    color: #555;
  }
  .close-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    align-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
  }
  .gw6-head {
    text-align: center;
    font-family: Montserrat;
  }
  .doctors-gw16 {

  }
  .doctors-gw16 .gw16 {
    display: flex;
  }
  .doctors-gw16 .gw16-bottom-right {
    padding-right: 15px;
    padding-left: 15px;
  }
  .doctors-gw16 .gw16-bottom {
    gap: 15px;
  }
  .insurance-partner {
    display: flex;
    flex-direction: column;
  }
  .insurance-partner-left-item h3 {
    font-size: 16px;
  }
  .departments-gw4 .custom-wapp{
    margin-top: -100px;
    padding: 0px 15px;
  }
  .departments-gw16 .gw16-right{
    padding-top: 80px;
  }
  .insurance-gw28 {
    padding-bottom: 0px;
    
  }
  .insurance-gw28 .gw28-swap{
    display: flex;
    flex-direction: column;
    padding-bottom: 0px;
  }
  .form__label {
    font-size: 3rem;
  }
  .service-swap {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .services-main .gw25 {
    margin-top: 15px;
  }
  .gw25-swap-item-active {
    min-height: unset;
  }
  .gw25-swap-item-active .gw25-swap-item-des, .gw25 .active .gw25-swap-item-des {
    padding-top: 30px;
  }
  .gw26-swap {
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: column;
  }
  .gw26-swap-right img {
    position: relative;
  }
  .gw26-swap-item-ic::before {
    width: 45px;
  }
  .gw26-swap-left-info {
    gap: 10px;
  }
  .gw26-form-swap {
    padding: 30px 15px 30px;
  }
  .gw26-swap-right img {
    margin: auto;
  }
  .gw26-form-swap br {
    display: none;
  }
  .gw26-form-swap .form__label {
    margin: 0px 0px 10px 0px;
  }
  .gw26-map-head {
    text-align: center;
  }
  .doctors {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
  .doctors-item-info {
    border-radius: 20px 200px 200px 20px;
  }
  .doctors-item-info::before {
    border-radius: 20px 200px 200px 20px;
  }
  .doctors-item-info-left {
    padding: 15px 15px 15px;
  }

  .doctors-item-img img {
    border-radius: 0px 0px 20px 0px;
    width: 100%;
    height: auto;
  } 
  .blog-swap-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .blog-swap-box h3 {
    font-size: 16px;
  }
  .blog-swap-box-item-des {
    padding: 0px 10px;
  }
  .related-gallery .gallery-item {
    border: 0px solid #e3aa63;
    border-radius: 10px;
    padding: 0px;
    overflow: hidden;
    box-shadow: rgba(181, 140, 86, 0.5) 4px 2px 10px;
  }
  .related-gallery {
    gap: 15px;
  }
  .single-content {
    padding: 30px 30px 30px 30px;
  }
  .single-swap {
    padding-top: 30px;
    margin-top: 0;
  }
  .single-swap .breadcrumbs {
    margin-bottom: 30px;
  }
  .related-gallery .gallery-item .wp-caption-text {
    padding: 0px 15px;
  }
  .gw22-head {
    text-align: center;
  }
  .gw25-swap {
    display: flex;
    flex-direction: column;
  }
  .gw25-swap-item-des {
    display: block;
  }

  .gw25 {
    margin-top: 30px;
  }
  .insurance-gw16 .gw16 {
    display: flex;
  }
  .insurance-gw16 .gw16-bottom {
    padding-top: 0px;
    flex-direction: column-reverse;
  }
  .insurance-gw16 .gw16-bottom  .gw16-bottom-right {
    min-height: 200px;
    margin-top: -200px;
    margin-bottom: 0px;
  }
  .insurance-gw16 .gw16-right {
    padding-top: 30px;
  }
  .doctors-gw16 .gw16-right {
    padding-top: 30px;
  }
}
.form-popup__input {
  border: 1px solid #e3aa63;
}
input[type="text"], input[type="email"], .wpcf7-validates-as-date, .form__input {
  border-radius: 16px;
  height: 52px;
  border: 1px solid var(--primary-color) !important;
}
.form__label {
  font-size: 18px;
  font-weight: 400;
  margin-left: 0px;
  margin-top: 0;
  display: block;
  transition: all .3s;
}
.form__grup br {
  display: none;
}
.custom-button12 {
  width: auto;
  height: 36px;
  line-height: unset;
  display: inline-flex;
  background: #043577;
  color: #fff;
  border: 1px solid var(--primary-color);
  padding: 0 0px;
  position: relative;
  font-size: 16px;
  border-radius: 16px;
  min-width: 144px;
  margin-top: 25px;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.wpcf7-form .col-sm-6, .wpcf7-form .col-sm-12{
  padding-right: 5px;
  padding-left: 5px;
}

