@font-face {
    font-family: 'LUNERY';
    src: url('../font/lunery/LUNERYRegular.woff2') format('woff2'),
        url('../font/lunery/LUNERYRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-family: "Mont", Sans-serif;
}



.title {
    /* font-family: 'LUNERY'; */
    font-weight: bold;
    font-size: 60px;
    text-transform: capitalize;
}


.des {
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    font-family: "Mont", Sans-serif;
    text-align:justify;
}
.title span {
    font-family: 'LUNERY';
    font-size: inherit;
}

.book_btn {
    background: #fecc52;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 10px;
     color: #000; 
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Mont", Sans-serif;
    /* font-weight: 600; */
}
.book_btn img {
    width: 12px;
    margin-left: 7px;
    float: right;
    margin-top: 7px;
}
/* .book_btn:hover {
    background: #be955a;
    color: #fff;
} */
.book_btn:hover img {
    filter: brightness(0) invert(1);
}


/* Banner Sec */

.luxury_banner {
    position: relative;
    /* margin-top: 83px; */
}

.luxury_banner .container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    top: 0;
    text-align: center;
    color: #321926;
}

/* .luxury_banner  .text_content {
    margin-top: 20px;
} */



.title1{
    font-family: 'Riccione-light', Sans-serif;
    font-size: 45px;
    font-weight: bold;
    line-height: 57px;
    color: white;
    margin-bottom:0.4em;
    
}


.bottle {

    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    font-family: "Mont", Sans-serif;
}


.abc123 h2 {
    font-family: 'Riccione-light', sans-serif;
    font-size: 45px;
    font-weight: bold;
}
.title3{
    font-family: 'Riccione-light', Sans-serif;
    font-size: 55px;
    font-weight: bold;
    line-height: 57px;
    color: white;
    font-style:italic;
    
}

.luxury_banner .text_content .title {
    font-family: 'Riccione-light', Sans-serif;
    font-size: 54px;
    font-weight: bold;
    line-height: 57px;
    color: white;
}
.luxury_banner .text_content .title span {
    display: block;
}
.luxury_banner .text_content .sub_title {
    max-width: 670px;
    font-family: 'Mont', Sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    display: block;
    padding: 0;
    background: none;
    border-radius: 0;
    color:white;
}

/* Banner Sec */

/* About Sec */
.about_sec {
    background: url(../images/cost_calculator/about_bg.png);
    padding: 140px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.about_sec .container {
    display: flex;
}


.about_sec .des {
    text-align: justify;
}
.about_sec .text_content span {
    background: #fecc52;
    color: #321926;
    font-size: 16px;
    padding: 8px 18px;
    display: inline-block;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 500;
    border-radius: 5px;
}

.about_sec .text_content .title {
    /* text-align: left; */
    margin: 0 auto 30px;
    color:white;
}

.about_sec .text_content .count_sec {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.about_sec .text_content .count_sec li {
    width: 48%;
    margin-bottom: 20px;
}

.about_sec .text_content .count_sec li .counts {
    font-size: 55px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    /* color: #BA8330; */
    background-image: linear-gradient(0deg, white 52%, white 84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    line-height: 40px;
}
.about_sec .text_content .count_sec li .counts span {
    background: none;
    padding: 0;
    font-size: inherit;
    font-weight: 900;
    color: white;
    float: left;
    margin-top: 3px;
}

.about_sec .text_content .count_sec li .des {
    color: #3f3f3f;
    margin-bottom: 0;
}


.about_sec .award_sec {
    background: linear-gradient(180deg, rgba(50,25,38,1) 22%, rgba(94,55,75,1) 82%);
    display: inline-flex;
    padding: 12px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
}

.about_sec .award_sec .award_icon {
    width: 17%;
    flex: 0 0 17%;
    /* float: left; */
    margin-right: 10px;
}

.about_sec .award_sec .text_content {
    align-items: center;
    width: auto;
    overflow: hidden;
    display: flex;
}

.about_sec .award_sec .text_content span {
    background: none;
    padding: 0;
    font-size: 40px;
    color: #fecc52;
    font-weight: 800;
    margin-right: 14px;
    float: left;
}
.about_sec .award_sec .text_content .winner {
    font-size: 16px;
    margin: 0;
    color: #fff;
    overflow: hidden;
}
.about_sec .award_sec .text_content .winner span {
    font-size: inherit;
    display: block;
    color: inherit;
    font-weight: 700;
    float: none;
    padding: 0;
    letter-spacing: 0.7px;
    margin-right: 0;
}
.about_sec .about_photo {
    width: 460px;
    height: 600px;
    overflow: hidden;
    border-radius: 280px 280px 10px 10px;
    float: right;
}
.about_sec .about_photo img {
    height: 600px;
    object-fit: cover;
}
.about_photo_sec {
    width: 48%;
    flex: 0 0 48%;
    position: relative;
    margin-left: 10%;
}

.about_photo_sec .years {
    position: absolute;
    width: 24%;
    right: 0;
    z-index: 1;
}

.about_photo_sec .about_photo.two {
    width: 240px;
    height: 250px;
    border-radius: 20px;
    position: absolute;
    top: 37%;
    /* bottom: 0; */
    /* margin: auto; */
    left: 10%;
    animation: up-down linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-down linear 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: up-down linear 4s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: up-down linear 4s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: up-down linear 4s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}
  
  @keyframes up-down{
    0% {
      transform:  translate(1px,20px)  ;
    }
    24% {
      transform:  translate(1px,30px)  ;
    }
    50% {
      transform:  translate(1px,12px)  ;
    }
    74% {
      transform:  translate(1px,22px)  ;
    }
    100% {
      transform:  translate(1px,22px)  ;
    }
  }
  
  @-moz-keyframes up-down{
    0% {
      -moz-transform:  translate(1px,20px)  ;
    }
    24% {
      -moz-transform:  translate(1px,30px)  ;
    }
    50% {
      -moz-transform:  translate(1px,12px)  ;
    }
    74% {
      -moz-transform:  translate(1px,22px)  ;
    }
    100% {
      -moz-transform:  translate(1px,22px)  ;
    }
  }
  
  @-webkit-keyframes up-down {
    0% {
      -webkit-transform:  translate(1px,20px)  ;
    }
    24% {
      -webkit-transform:  translate(1px,30px)  ;
    }
    50% {
      -webkit-transform:  translate(1px,12px)  ;
    }
    74% {
      -webkit-transform:  translate(1px,22px)  ;
    }
    100% {
      -webkit-transform:  translate(1px,22px)  ;
    }
  }
  
  @-o-keyframes up-down {
    0% {
      -o-transform:  translate(1px,20px)  ;
    }
    24% {
      -o-transform:  translate(1px,30px)  ;
    }
    50% {
      -o-transform:  translate(1px,12px)  ;
    }
    74% {
      -o-transform:  translate(1px,22px)  ;
    }
    100% {
      -o-transform:  translate(1px,22px)  ;
    }
  }
  
  @-ms-keyframes up-down {
    0% {
      -ms-transform:  translate(1px,20px)  ;
    }
    24% {
      -ms-transform:  translate(1px,30px)  ;
    }
    50% {
      -ms-transform:  translate(1px,12px)  ;
    }
    74% {
      -ms-transform:  translate(1px,22px)  ;
    }
    100% {
      -ms-transform:  translate(1px,22px)  ;
    }
  }





.about_photo_sec .about_photo.two img {
    object-fit: cover;
    height: 250px;
}
.about_sec .text_content .des span {
    background: none;
    padding: 0;
    font-weight: 700;
    color: #be955a;
}
.about_sec .text_content .des span span {
    position: relative;
    top: -2px;
}
/* About Sec */





/* Service Sec */
.service_sec {
    padding: 80px 0;
    background: url(../images/cost_calculator/about_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.service_sec .title {
    margin-bottom: 60px;
}
.service_sec .service_content .service_icon {
    width: 54px;
    margin: auto;
}

.service_sec .service_content 
 .text_content {
    margin-top: 20px;
}

.service_sec .service_content .text_content .title {
    font-size: 20px;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 600;
    margin-bottom: 16px;
}

.service_sec .service_content .text_content .des {
    text-align: center;
    line-height: 1.5;
    margin: 0;
}
/* Service Sec */

/* Process Stap Sec */
.process_stap_sec {
    text-align: center;
    padding: 140px 0;
}

.process_stap_sec .process_stap {
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
}

.process_stap_sec .process_stap .dream_homes_content {
    margin: 0 12px;
}

.process_stap_sec .process_stap .dream_homes_content .dream_photo {
    overflow: hidden;
    height: 500px;
    border-radius: 8px;
}
.process_stap_sec .process_stap .dream_homes_content .dream_photo img {
    height: 100%;
    object-fit: cover;
}


.process_stap_sec .process_stap .dream_homes_content .text_content {
    margin-top: 20px;
}

.process_stap_sec .process_stap .dream_homes_content .text_content .dream_title {
    margin: 0;
    color: #321926;
    font-size: 20px;
    font-weight: 700;
}
/* Process Stap Sec */



/* Specialize Sec */
.specialize_sec {
    background: #321926;
}
.specialize_sec .specialize_info span {
    display: inline-block;
    margin: auto;
    background: #fecc52;
    color: #321926;
    font-size: 16px;
    padding: 8px 18px;
    display: inline-block;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.specialize_sec .specialize_info .specialize_service .specialize_content .specialize_info {width: 14%;margin-right: 10px;flex: 0 0 14%;margin-top: 0;}

.specialize_sec .specialize_info .title {
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

.specialize_sec .specialize_info .des {
    color: #fff;
    margin: 0;
    text-align: justify;
    width: 90%;
}

.specialize_sec .specialize_info .specialize_service {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 60px;
}

.specialize_sec .specialize_info .specialize_service .specialize_content {
    display: flex;
    width: 48%;
    align-items: center;
    margin-bottom: 25px;
}

.specialize_sec .specialize_info .specialize_service .specialize_content .des {
    width: 70%;
    font-size: 14px;
    text-align: left;
}
.specialize_sec .specialize_info .specialize_service .specialize_content .des:hover {
    color: #fecc52;
}

.specialize_sec .specialize_info {
    margin-top: 64px;
}

.specialize_sec .specialize_photo {
    height: 741px;
    position: relative;
    top: -1px;
}
.specialize_sec .specialize_photo img {
    height: 742px;
    object-fit: cover;
}
/* Specialize Sec */



/* Social Sec */
.social_media_sec {
    background: #f9f1e4;
    padding: 50px 0 100px;
    text-align: center;
}
.social_media_sec .followers {
    margin: auto;
    background: #fecc52;
    color: #321926;
    font-size: 16px;
    padding: 8px 18px;
    display: inline-block;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 20px;
    text-transform: capitalize;

}
.social_media_sec .social_meadia_list {
    display: flex;
    justify-content: center;
}

.social_media_sec .social_meadia_list .social_icon {
    background: #f9f1e4;
    width: 70px;
    height: 70px;
    border: 1px solid #BE955A;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_media_sec .social_meadia_list .social_icon .s_icon_hover {
    display: none;
}

.social_media_sec .social_meadia_list .social_icon .social_icon_wrapper:hover .s_icon {
    display: none;
}

.social_media_sec .social_meadia_list .social_icon .social_icon_wrapper:hover .s_icon_hover {
    display: block;
}

.social_media_sec .social_meadia_list .social_icon img {
    width: 54px;
    /* height: 64px; */
}

.social_media_sec .social_meadia_list a {
    margin: 0 18px;
    text-align: center;
    display: flex;
    align-items: center;
}

.social_media_sec .social_meadia_list span {
    color: #321926;
    font-size: 22px;
    font-weight: 600;
    margin-left: 12px;
    text-transform: capitalize;
}
.social_media_sec .title {
    margin-bottom: 40px;
}

/* .social_media_sec .social_meadia_list .social_icon .social_icon_wrapper:hover {
    background: #321926;
    border-radius: 9px;
} */
.social_media_sec .sub_title {
    text-transform: none;
}
/* Social Sec */









.title_sec {
    text-align: center;
}

.room_selection_sec .title_sec {
    margin-bottom: 44px;
}

.room_selection_sec .title_sec .title {
    line-height: 48px;
}
.select_fileld_wrapp .form-group.select select:focus {
    box-shadow: none;
    border-color: #ddd;
}

/* Room Selection Css */

.room_selection_sec {
    padding: 60px 0;
}
.room_selection_sec .room_selection_container .step-container {
    transform: none;
}

.room_selection_sec .room_selection_container .step-container .step-circle.stap_tab {
    background: linear-gradient(180deg, rgba(50,25,38,1) 22%, rgba(94,55,75,1) 82%);
    width: 20%;
    height: 90px;
    border-radius: 8px;
    border: none;
    position: relative;
    justify-content: start;
    padding: 10px 23px;
    text-align: left;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}

.room_selection_sec .room_selection_container .step-container .step-circle.stap_tab span {
    position: absolute;
    top: -10%;
    background: #fecc52;
    width: 74px;
    color: #321926;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    right: 13%;
    text-align: center;
}

.room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .stap_title {
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}
.room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .stap_icon {
    width: 50px;
    height: 50px;
    background: #fecc52;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}



.room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .stap_icon img {
    width: 28px;
}


.room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .success_icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    background: #321926;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    display: none;
    border: 1px solid #fecc52;
}
.room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .success_icon img {
    width: 24px;
}
.room_selection_sec .room_selection_container .step-container .step-circle.stap_tab.success .stap_icon {
    display: none;
}

.room_selection_sec .room_selection_container .step-container .step-circle.stap_tab.success .success_icon {
    display: flex;
}

.room_selection_sec .room_selection_container .step-container .step-circle.stap_tab.success  span {
    background: #be955a;
    color: #fff;
}
/* Room Selection Css */


.room_selection_sec .room_selection_container .step-container .step-circle.stap_tab.active span {
    background: #fecc52;
    color: #321926;
}

.room_selection_sec .room_selection_container .step-container .step-circle.stap_tab.active .stap_icon {
    background: #be955a;
}
.room_selection_sec .room_selection_container .step-container .step-circle.stap_tab.active .stap_icon img {
    filter: brightness(0) invert(1);
}


.home_selection {
    display: flex;
    background: #fff;
    box-shadow: 0 0px 10px 0 rgb(221 221 221 / 50%);
    margin: 0 10px;
    padding: 38px 10px;
    justify-content: center;
    border-radius: 24px;
    margin-top: 60px;
}
.step .terms_des {
    color: #321926;
    font-size: 16px;
    margin-bottom: 0;
}


/*  */
.home_selection .select_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 9px;
    color: #111;
    font-size: 20px;
    font-weight: 600;
}
  
  /* Hide the browser's default checkbox */
  .home_selection .select_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
.home_selection .checkmark {
    position: absolute;
    /* top: 0; */
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #44004D;
}
  
  /* On mouse-over, add a grey background color */
  /* .select_container:hover input ~ .checkmark {
    background-color: #ccc;
  }
   */
  /* When the checkbox is checked, add a blue background */
  /* .select_container input:checked ~ .checkmark {
    background-color: #2196F3;
  } */
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .home_selection .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .home_selection .select_container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .home_selection .select_container .checkmark:after {
    left: 0;
    top: 0px;
    width: 13px;
    height: 13px;
    background: #321926;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}



.select_fileld_wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.select_fileld_wrapp .select_fileld_content {
    width: 48%;
    background: #E3E2E2;
    padding: 30px;
    border-radius: 15px;
    margin: 34px 10px 0;
}

.select_fileld_wrapp .select_fileld_content .select_title {
    display: inline-block;
    background: #321926;
    font-size: 16px;
    color: #fecc52;
    font-weight: 400;
    padding: 6px 8px;
    border-radius: 5px;
    margin-bottom: 14px;
}
.cost_btn.room_selection_btn.mt-3 {
    text-align: center;
    margin-top: 60px !important;
}

.select_fileld_wrapp .select_fileld_content .interior_select {
    display: flex;
    flex-wrap: wrap;
}

.select_fileld_wrapp .select_fileld_content .interior_select .custome_selection {
    margin-bottom: 20px;
}

/*  */
.select_fileld_wrapp .select_fileld_content .interior_select .select_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 9px;
    color: #111;
    font-weight: 600;
}
  
  /* Hide the browser's default checkbox */
  .select_fileld_wrapp .select_fileld_content .interior_select .select_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .select_fileld_wrapp .select_fileld_content .interior_select .checkmark {
    position: absolute;
    /* top: 0; */
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #44004D;
}

    
 
  /* On mouse-over, add a grey background color */
  /* .select_container:hover input ~ .checkmark {
    background-color: #ccc;
  }
   */
  /* When the checkbox is checked, add a blue background */
  /* .select_container input:checked ~ .checkmark {
    background-color: #2196F3;
  } */
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .select_fileld_wrapp .select_fileld_content .interior_select .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .select_fileld_wrapp .select_fileld_content .interior_select .select_container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .select_fileld_wrapp .select_fileld_content .interior_select .select_container .checkmark:after {
    left: 0;
    top: 0px;
    width: 13px;
    height: 13px;
    background: #480051;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}


/* Home Selection Check Box Css */
.home_selection {
    display: flex;
    background: #fff;
    box-shadow: 0 0px 10px 0 rgb(221 221 221 / 50%);
    margin: 0 10px;
    padding: 38px 10px;
    justify-content: center;
    border-radius: 8px;
    margin-top: 60px;
}
.form-group.custome_check {
    display: block;
    margin-bottom: 15px;
    margin: 0 9px 10px 0;
}
  
.form-group.custome_check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
  
.form-group.custome_check label {
    position: relative;
    cursor: pointer;
    color: #111;
    font-size: 16px;
    font-weight: 400;
}
  
.form-group.custome_check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #321926;
    top: -1px;
}
  
.form-group.custome_check input:checked + label:after {
    margin: auto;
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    background: #321926;
    bottom: 0;
    border-radius: 3px;
}

/* Home Selection Check Box Css */
.select_fileld_wrapp .select_fileld_content .interior_select .form-group.custome_check label:after {
    top: 2px;
}

@-moz-document url-prefix() { 
    .select_fileld_wrapp .select_fileld_content .interior_select .checkmark span {
        bottom: 0;
    }
    .select_fileld_wrapp .select_fileld_content .interior_select .form-group.custome_check label::after {
        top: 2px;
    }
  }





/* Perosenal Details */
  .personal_details {
    margin: 45px  0;
}

.personal_details .form_wrapper {
    box-shadow: 0 0px 10px 0 rgb(221 221 221 / 50%);
    padding: 45px;
}

.personal_details .form_wrapper label {
    display: block;
    font-size: 16px;
    color: #111;
    margin-bottom: 10px;
}

.personal_details .form_wrapper input {
    width: 100%;
    height: 44px;
    border: none;
    background: #F2F2F2;
    border-radius: 8px;
    padding: 15px;
}
.personal_details .form_wrapper select.form-select:focus {
    box-shadow: none;
    border: 1px solid #d7d7d7;
}
.personal_details .form_wrapper  .form_group {
    margin-bottom: 30px;
}
.personal_details .cost_btn {
    text-align: center;
    margin-top: 60px !important;
}
.cost_btn.text-center.okay_btn {
    margin-top: 60px;
}
/* .cost_btn .view_more.save_btn.hire_btn:after {
    width: 142px;
} */
.select_fileld_wrapp .select_fileld_content .select select {
    border: none;
}
  /* Perosenal Details */


/* Estimate Content */
.estimate_content {
    margin-top: 50px;
}
.estimate_content .estimate_title {
    display: flex;
    align-items: center;
    color: #412145;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.estimate_content .estimate_title img {
    width: 40px;
    background: #ffedd2;
    padding: 6px;
    border-radius: 8px;
    margin-right: 10px;
}

.estimate_content .cost_gst {
    display: flex;
    background: #fff5e5;
    padding: 12px 70px;
    border-radius: 8px;
    margin-bottom: 17px;
}
.estimate_content .cost_gst.cost {
    background: linear-gradient(180deg, rgba(50,25,38,1) 22%, rgba(94,55,75,1) 82%);
}
.estimate_content .cost_gst.cost .cost {
    color: #fecc52;
    border-right: 1px dotted #9b9598;
}

.estimate_content .cost_gst.cost .cost:last-child {
    border-right: none;
}

.estimate_content .cost_gst.cost span {
    color: #fff;
}
.estimate_content .cost_gst .cost {
    width: 50%;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    border-right: 1px dotted #480051;
    margin-right: 33px;
}

.estimate_content .cost_gst span {
    display: block;
    font-size: 16px;
    color: #505050;
    font-weight: 400;
    margin-top: 8px;
}

.estimate_content .cost_gst .cost:last-child {
    border-right: none;
}
/* Estimate Content */



/* Clients Review Sec */
.clients_review_sec {
    background: url(../images/cost_calculator/clients_bg.png);
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.clients_review_sec .title_des {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    color: #b9b9b9;
}
.clients_review_sec .nav-tabs {
    justify-content: center;
    background: #321926;
    display: inline-flex;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.clients_review_sec  nav {
    text-align: center;
}

.clients_review_sec .nav-tabs .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 5px 10px;
}
.clients_review_sec .nav-tabs .nav-link:hover {
    border: none !important;
    margin: 0 !important;
}
.clients_review_sec .nav-tabs .nav-link.active {
    color: #ffffff;
    border: none;
    background: #fecc52;
}
.clients_review_sec .testimonials_slider .testimonials_video_content {
    background: #fff;
    box-shadow: 0 0 20px 0px rgb(205 205 205 / 50%);
    margin: 20px 0px;
    border-radius: 11px;
    overflow: hidden;
    display: block;
}   
.clients_review_sec .testimonials_slider .testimonials_video_content .testimonials_video {
    height: 230px;
    position: relative;
}
.clients_review_sec .testimonials_slider .testimonials_video_content .testimonials_video i {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 50px;
    color: #f00;
    background: #ffffff;
    width: 50px;
    height: 35px;
    margin: auto;
    border-radius: 8px;
    cursor: pointer;
}
.clients_review_sec .testimonials_slider .testimonials_video_content .testimonials_video iframe {
    height: 230px;
}

.clients_review_sec .testimonials_slider .testimonials_video_content .text_content {
    text-align: center;
    padding: 20px 15px;
}
.clients_review_sec .testimonials_slider .testimonials_video_content .text_content .des span {
    width: 70px;
    position: relative;
    left: -3px;
    top: -4px;
}
.clients_review_sec .testimonials_slider .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    border: 1px solid #fcf9fd;
    border-radius: 50%;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.clients_review_sec .testimonials_slider .testimonials_video_content .text_content .des span.word_limit {
    width: auto;
    left: 0;
    top: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.clients_review_sec .testimonials_slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0;
    background: #321926;
}

.clients_review_sec .testimonials_slider .owl-dots .owl-dot.active {
    border: 1px solid #321926;
}
.clients_review_sec .testimonials_slider .testimonials_video_content .text_content .des {
    color: #222;
    font-size: 16px;
    margin-bottom: 20px;
    display: flex;
}

.clients_review_sec .testimonials_slider .testimonials_video_content .text_content .name {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.clients_review_sec .testimonials_slider .testimonials_video_content .text_content .location {
    color: #222222;
    font-size: 16px;
}
.cost_btn .view_more.save_btn {
    border: none;
    padding: 7px 24px;
    margin-right: 10px;
    font-size: 14px;
    font-size: 16px;
    font-weight: 600;
    background: #fecc52;
    margin-right: 40px;
    border-radius: 8px;
    color: #321926;
}
.cost_btn .view_more.save_btn:after {
    height:100%;
    width: 100%;
}
.cost_btn  .view_more.save_btn.cancel {
    background: #321926;
    border: 1px solid #412145;
    color: #fecc52;
}
/* .cost_btn .view_more.save_btn.cancel:after {
    width: 82px;
    background: #412145;
    height: 39px;
} */


.swal2-popup.swal2-modal.swal2-show .swal2-title {
    color: #412145;
    font-size: 34px;
}

.swal2-popup.swal2-modal.swal2-show .swal2-html-container {
    font-size: 16px;
}

.swal2-popup.swal2-modal.swal2-show .swal2-actions .swal2-confirm {
    background: #321926;
    color: #fecc52;
}
.swal2-popup.swal2-modal.swal2-show .swal2-actions .swal2-confirm:focus {
    box-shadow: none;
}


/* Interior Gallery Sec */
.interior_gallery_sec {
    padding: 80px 0;
    background: url(../images/luxury_interior/about_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.interior_gallery_sec .title {
    margin-bottom: 60px;
    text-align: center;
}
.gallery_portfolio_btn .view_more {
    font-size: 16px;
    border-radius: 6px;
    padding: 12px 24px;
}
.gallery_portfolio_btn .view_more:after {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.gallery_portfolio_btn {
    margin-bottom: 80px;
}

.interior_gallery_sec .owl-dots {
    display: none;
}

.interior_gallery_sec .title {
    margin-bottom: 50px;
    text-align: center;
}

.interior_gallery_sec .interior_gallery_slider .gallery_photo {
    border-radius: 15px;
    overflow: hidden;
    height: 310px;
    display: block;

}
.interior_gallery_sec .interior_gallery_slider .gallery_photo img {
    height: 310px;
    object-fit: cover;
}

.interior_gallery_sec .interior_gallery_slider .owl-nav {
    display: block;
}
.interior_gallery_sec .interior_gallery_slider .owl-nav button {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fecc52;
}
.interior_gallery_sec .interior_gallery_slider .owl-nav button:hover {
    background: #be955a;
}
.interior_gallery_sec .interior_gallery_slider .owl-nav button span {
    display: none;

}
.interior_gallery_sec .interior_gallery_slider .owl-nav button.owl-prev {
    background-image: url("../images/left-arrow.png");
    left: -2%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.interior_gallery_sec .interior_gallery_slider .owl-nav button.owl-prev:hover {
    background-image: url("../images/left-arrow.png");
}
.interior_gallery_sec .interior_gallery_slider .owl-nav button.owl-next {
   background-image: url("../images/right-arrow.png");
    right: -2%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.interior_gallery_sec .interior_gallery_slider .owl-nav button.owl-next:hover {
   background-image: url("../images/left-arrow.png");
   
}

/* Interior Gallery Sec */


/* Custom Floor Plan */
.custom_floor_plan {
    display: flex;
}
.custom_floor_plan .custom-radio {
    width: 24%;
    margin-right: 10px;
}
.custom_floor_plan [type="radio"]:checked,
.custom_floor_plan [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom_floor_plan [type="radio"]:checked + label, .custom_floor_plan [type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    color: #666 !important;
    height: 44px;
    z-index: 9;
    width: 100% !important;
    text-align: center !important;
    line-height: 41px;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 6px;
    overflow: hidden;
}
.custom_floor_plan [type="radio"]:checked + label:before,
.custom_floor_plan [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    right: 0;
    z-index: 1;
    border-radius: 5px;
}

.custom_floor_plan [type="radio"]:checked + label {
    color: #fecc52 !important;
}

.custom_floor_plan [type="radio"]:checked + label:after, 
.custom_floor_plan [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #321926;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 5px;
}

.custom_floor_plan [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);

}

.custom_floor_plan [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* Custom Floor Plan */


/* Start Responsive Css */


/* 1800px */
@media (max-width:  1800px) {
    /* .cost_calculator_page .cost_calculator_banner {
        height: 400px;
    } */
    .title {
        font-size: 30px;
    }
    .luxury_banner .text_content .title {
        font-size: 64px;
    }
  
    .luxury_interior_page .luxury_banner .text_content .title {
        font-size: 70px;
        line-height: 78px;
    }
    .luxury_interior_page .luxury_banner .text_content .sub_title {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .select_fileld_wrapp .select_fileld_content .interior_select .form-group.custome_check label:after {
        top: 2px;
    }
}

/* 1600px */
@media (max-width:  1600px) {
    .container {
        max-width: 1344px;
    }
    .title {
        font-size: 24px;
    }
    .des {
        font-size: 14px;
    }
    .luxury_banner  .text_content {
        margin-top: 110px;
    }
    .luxury_banner .text_content .title {
        font-size: 54px;
    }
    .luxury_banner .text_content .book_btn {
        padding: 12px 20px;
        font-size: 15px;
    }
    .luxury_interior_page .luxury_banner {
        margin-top: 68px;
    }
    .luxury_interior_page .luxury_banner .text_content .title {
        font-size: 60px;
        line-height: 66px;
    }
    .luxury_interior_page .luxury_banner .text_content .sub_title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .about_sec {
        padding: 80px 0;
    }
    .about_sec .text_content span {
        font-size: 14px;
        padding: 6px 12px;
    }
    .about_sec .text_content .title {
        margin: 20px auto 18px;
    }
    .about_sec .text_content .count_sec li .counts {
        font-size: 48px;
        line-height: 71px;
    }
    .about_sec .award_sec .award_icon {
        width: 15%;
        flex: 0 0 15%;
    }
    .about_sec .award_sec .text_content span {
        font-size: 34px;
        line-height: 36px;
    }
    .about_sec .award_sec .text_content .winner {
        font-size: 14px;
    }
    .about_sec .award_sec .text_content .winner span {
        line-height: 18px;
    }
    .about_sec .award_sec .text_content span {
        font-size: 38px;
        margin-right: 9px;
        line-height: 36px;
    }
    .about_sec .award_sec {
        padding: 9px;
        border-radius: 8px;
        width: 260px;
    }
    .about_sec .about_photo {
        width: 380px;
        height: 480px;
    }
    .about_sec .about_photo img {
        height: 480px;
    }
    .about_photo_sec .about_photo.two {
        width: 210px;
        height: 220px;
        border-radius: 10px;
        left: 6%;
    }
  
    .about_photo_sec .about_photo.two img {
        height: 220px;
    }
    .about_photo_sec .years {
        width: 26%;
    }

    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab {
        width: 24%;
        height: 80px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .stap_title {
        font-size: 18px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .stap_icon {
        width: 44px;
        height: 44px;
    }
    
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .stap_icon img {
        width: 22px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .success_icon {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .success_icon img {
        width: 20px;
    }

   



    .process_stap_sec {
        padding: 110px 0;
    }
    .process_stap_sec .process_stap .dream_homes_content .dream_photo {
        height: 364px;
    }
    .process_stap_sec .process_stap .dream_homes_content .text_content .dream_title {
        font-size: 18px;
    }
    .interior_gallery_sec .interior_gallery_slider .owl-nav button {
        width: 40px;
        height: 40px;
        background-size: 10px;
    }
    .select_fileld_wrapp .select_fileld_content {
        width: 47%;
        margin: 34px 10px 0;
    }
    .interior_gallery_sec .interior_gallery_slider .gallery_photo, .interior_gallery_sec .interior_gallery_slider .gallery_photo img {
        height: 230px;
    }

    .clients_review_sec .testimonials_slider .testimonials_video_content .testimonials_video {
        height: 178px;
    }
    .form-group.custome_check input:checked + label:after {
        top: 2px;
    }
    .clients_review_sec .testimonials_slider .testimonials_video_content .text_content {
        padding: 20px 6px;
    }
    .social_media_sec .social_meadia_list .social_icon {
        width: 34px;
        height: 34px;
        overflow: hidden;
        padding: 24px;
        margin: 0;
    }
    .social_media_sec .social_meadia_list span {
        font-size: 16px;
        margin-left: 8px;
    }
    .social_media_sec .social_meadia_list .social_icon img {
        width: 34px;
        display: block;
    }
}

/* 1400px */
@media (max-width:  1400px) {
    .container {
        max-width: 1000px;
    }
    .luxury_banner {
        margin-top: 70px;
    }
    .luxury_banner  .text_content {
        margin-top: 94px;
    }
    .luxury_banner .text_content .title {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 14px;
    }
   
    .about_sec .about_photo {
        width: 360px;
        height: 460px;
    }
    .about_sec .about_photo img {
        height: 460px;
    }
   
    .service_sec .service_content .service_icon {
        width: 44px;
    }
    .service_sec .service_content .text_content .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .service_sec .service_content .text_content {
        margin-top: 17px;
    }

    
    .home_selection {
        flex-wrap: wrap;
    }
    .cost_calculator_page .cost_calculator_banner {
        height: 238px;
        margin-top: 69px;
    }
    .room_selection_sec .title_sec .title {
        line-height: 26px;
        font-size: 22px;
    }
    .room_selection_sec .title_sec .title span {
        font-size: 28px;
        line-height: 34px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab span {
        width: 68px;
        font-size: 14px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .stap_title {
        font-size: 16px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab {
        width: 22%;
        padding: 10px 15px;
        margin: 0 15px;
        height: 76px;
    }
    .select_fileld_wrapp .select_fileld_content {
        width: 48%;
        padding: 20px;
        border-radius: 6px;
        margin: 25px 9px 0;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .stap_icon {
        width: 38px;
        height: 38px;
        margin-right: 10px;
        flex: 0 0 38px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .stap_icon img {
        width: 18px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .success_icon {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        margin-right: 11px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .success_icon img {
        width: 14px;
    }
    .home_selection .select_container {
        width: auto;
        margin-bottom: 16px;
    }
    .home_selection {
        margin-top: 40px;
        padding: 20px 10px;
    }
    .form-group.custome_check {
        margin: 0 9px 4px 0;
    }
    .form-group.custome_check label {
        font-size: 14px;
    }
    .form-group.custome_check label:before {
        margin-right: 5px;
        height: 12px;
        width: 12px;
    }
    .form-group.custome_check input:checked + label:after {
        top: 2px;
        left: 2px;
        width: 8px;
        height: 8px;
        border-radius: 2px;
    }
    .cost_btn.room_selection_btn.mt-3 {
        margin-top: 40px !important;
    }
    .cost_btn .view_more.save_btn {
        padding: 4px 20px;
        font-size: 14px;
        margin-right: 40px;
        border-radius: 5px;
    }
    .blog_sec .blog_content .blog_photo, .blog_sec .blog_content .blog_photo img {
        height: 180px;
        border-radius: 8px;
    }
    .blog_sec .blog_content .text_content {
        padding-top: 12px;
    }
    .blog_sec .blog_content .text_content .date_location .place_location {
        padding-left: 0;
        font-size: 12px;
    }
    .blog_sec .blog_content .text_content .date_location .place_location i {
        margin-right: 1px;
        font-size: 10px;
    }
    .blog_sec .blog_content .text_content .date_location .date i {
        margin-right: 2px;
        font-size: 10px;
    }
    .blog_sec .blog_content .text_content .date_location .date {
        font-size: 12px;
    }
    .blog_sec .blog_content .text_content .blog_title {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .blog_sec .blog_content .text_content .des {
        font-size: 14px;
    }
    .blog_sec .view_more {
        margin-top: 30px;
        font-size: 14px;
        padding: 8px 17px;
        border-radius: 5px;
    }
    .blog_sec .view_more:after {
        border-radius: 4px;
    }
    .blog_sec .blog_content .blog_photo .post_tag {
        font-size: 12px;
    }
    .cost_btn.room_selection_btn.mt-3 {
        margin-top: 30px !important;
    }
    .cost_btn .view_more.save_btn:after {
        border-radius: 6px;
    }
    .select_fileld_wrapp .select_fileld_content .select {
        margin-top: 10px;
    }
    .select_fileld_wrapp .select_fileld_content .select_title {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .select_fileld_wrapp .select_fileld_content .select select {
        font-size: 14px;
    }
    .select_fileld_wrapp .select_fileld_content .interior_select .form-group.custome_check label:after {
        top: 2px;
    }
    .personal_details .form_wrapper {
        padding: 28px;
    }
    .personal_details .form_wrapper label {
        font-size: 14px;
    }
    .personal_details .form_wrapper input {
        height: 38px;
    }
    .personal_details .form_wrapper  .form_group {
        margin-bottom: 18px;
    }
    .custom_floor_plan [type="radio"]:checked + label, .custom_floor_plan [type="radio"]:not(:checked) + label {
        height: 38px;
        line-height: 39px;
        font-size: 14px !important;
        border-radius: 6px;
    }
    .personal_details .cost_btn {
        text-align: center;
        margin-top: 30px !important;
    }
    .personal_details .form_wrapper .form_group small {
        font-size: 14px;
    }
    .estimate_content {
        margin-top: 40px;
    }
    .estimate_content .estimate_title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .estimate_content .cost_gst .cost {
        font-size: 14px;
    }
    .estimate_content .cost_gst span {
        font-size: 14px;
        margin-top: 4px;
    }
    .step .terms_des {
        font-size: 14px;
    }
    .cost_btn.text-center.okay_btn {
        margin-top: 30px;
    }
    .swal2-popup.swal2-modal.swal2-show .swal2-title {
        color: #412145;
        font-size: 20px;
        /* margin: 0 !important; */
        padding: 0;
    }
    .swal2-popup.swal2-modal.swal2-show .swal2-html-container {
        font-size: 14px;
        margin-top: 8px;
    }
    .swal2-popup.swal2-modal.swal2-show .swal2-actions .swal2-confirm {
        padding: 4px 11px;
        margin-top: 0 !important;
        font-size: 14px;
    }
    .swal2-popup.swal2-modal.swal2-show .swal2-actions {
        margin-top: 10px;
    }
    .swal2-container.swal2-center>.swal2-popup {
        padding: 10px;
        width: 30%;
    }
    .clients_review_sec .title {
        font-size: 22px;
    }
    .clients_review_sec .title span {
        font-size: 30px;
    }
    .clients_review_sec .title_des {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .clients_review_sec .nav-tabs .nav-link {
        font-size: 14px;
    }
    .clients_review_sec .testimonials_slider .testimonials_video_content .testimonials_video {
        height: 177px;
    }
    .clients_review_sec .testimonials_slider .testimonials_video_content .testimonials_video iframe {
        height: 177px;
    }
    .clients_review_sec .testimonials_slider .testimonials_video_content .text_content {
        padding: 14px 15px;
    }
    .clients_review_sec .testimonials_slider .testimonials_video_content .text_content .des {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .clients_review_sec .testimonials_slider .testimonials_video_content .text_content .des span {
        width: 77px;
        left: -1px;
        top: 0px;
    }
    .clients_review_sec .testimonials_slider .testimonials_video_content .text_content .name {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .clients_review_sec .testimonials_slider .testimonials_video_content .text_content .location {
        font-size: 12px;
    }
    .clients_review_sec .testimonials_slider .testimonials_video_content .testimonials_video i {
        font-size: 34px;
        width: 36px;
        height: 25px;
    }

    .blog_sec .title {
        margin-bottom: 8px;
        font-size: 22px;
    }
    .blog_sec .title span {
        font-size: 24px;
    }
    .blog_sec .blog_content .text_content .date_location {
        padding-bottom: 0;
    }
    .blog_sec .blog_content {
        padding: 15px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
}
    .blog_sec .title_des {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .blog_sec .blog_content .blog_photo .post_tag {
        font-size: 12px;
    }
   
}

/* 1200px */
@media (max-width:  1200px) {
  
    .container {
        max-width: 840px;
    }
    .title {
        font-size: 22px;
    }
    .luxury_banner {
        margin-top: 50px;
    }
    .luxury_banner  .text_content {
        margin-top: 64px;
    }
    .luxury_banner .text_content .title {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 12px;
    }
   .luxury_banner .text_content .sub_title {
        font-size: 15px;
        margin-bottom: 24px;
    }
    .luxury_banner .text_content .book_btn {
        padding: 10px 16px;
        font-size: 12px;
        border-radius: 5px;
    }
    .about_sec .text_content {
        width: 82%;
    }
    .about_sec .text_content span {
        font-size: 12px;
        padding: 5px 10px;
    }
    .about_photo_sec {
        margin-left: 5%;
    }
    .about_sec .about_photo {
        width: 300px;
        height: 400px;
    }
    .about_sec .about_photo img {
        height: 400px;
    }
    .about_photo_sec .about_photo.two {
        width: 160px;
        height: 180px;
    }
    .about_photo_sec .about_photo.two img {
        height: 180px;
    }
    .about_sec .text_content .count_sec li {
        margin-bottom: 15px;
    }
    .about_sec .text_content .count_sec li .counts {
        font-size: 20px;
        line-height: 22px;
    }
   
   
    .about_photo_sec .years {
        width: 28%;
    }
    .why_choose_sec .form_sec .years {
        width: 27%;
    }
    .process_stap_sec {
        padding: 70px 0;
    }
    .process_stap_sec .process_stap {
        margin-top: 40px;
    }
    .process_stap_sec .process_stap .dream_homes_content .text_content {
        margin-top: 12px;
    }
  
    .process_stap_sec .process_stap .dream_homes_content .text_content .dream_title {
        font-size: 14px;
    }
    .process_stap_sec .process_stap .dream_homes_content .dream_photo {
        height: 300px;
    }
    .service_sec {
        padding: 60px 0;
    }
    .service_sec .service_content .text_content .title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .service_sec .service_content .text_content .des {
        line-height: 1.5;
        font-size: 12px;
    }
    
    .specialize_sec .specialize_info .specialize_service .specialize_content {
        margin-bottom: 20px;
    }
    .specialize_sec .specialize_info .specialize_service .specialize_content .specialize_info {
        width: 13%;
        margin-right: 10px;
        flex: 0 0 13%;
    }
    .specialize_sec .specialize_info .specialize_service .specialize_content .des {
        width: 92%;
        font-size: 12px;
    }
    .specialize_sec .specialize_info .specialize_service {
        margin-bottom: 24px;
        margin-top: 30px;
    }
    .specialize_sec .specialize_photo {
        margin-top: -1px;
        top: 0;
    }
    .specialize_sec .specialize_photo, .specialize_sec .specialize_photo img {
        height: 582px;
    }
    
    .specialize_sec .specialize_info .specialize_service {
        margin-bottom: 24px;
        margin-top: 30px;
    }

    
    .features_sec {
        padding: 40px 0;
    }
    .features_sec .title_sec .title {
        font-size: 28px;
        line-height: 34px;
        text-align: left;
        margin-bottom: 4px;
    }
    .features_sec .book_btn {
        padding: 10px 13px 8px;
        font-size: 12px;
        border-radius: 5px;
    }
    .book_btn img {
        width: 9px;
        margin-top: 4px;
    }
    .home_interior_sec {
        padding: 60px 0;
    }
    .best_interior {
        padding: 90px  0;
    }
    .best_interior .interior_video_slider .interior_video {
        height: 390px;
    }
    .best_interior .interior_video_slider .interior_video iframe {
        height: 390px;
    }
    .best_interior .video_thumbnail_slider .interior_video_thumbnail {
        height: 60px;
        margin: 10px 0;
        border-radius: 6px;
    }
    .best_interior .video_thumbnail_slider .interior_video_thumbnail img {
        height: 60px;
    }
    .best_interior .video_thumbnail_slider .owl-item.active.center .interior_video_thumbnail, .best_interior .video_thumbnail_slider .owl-item.active.center .interior_video_thumbnail img {
        height: 70px;
    }
    .best_interior .video_thumbnail_slider .owl-nav.disabled {
        width: 5%;
    }
    .best_interior .interior_video_slider {
        margin: 40px auto 50px;
        width: 70%;
    }
    .best_interior .video_thumbnail_slider:before {
        width: 18%;
    }
    .best_interior .video_thumbnail_slider:after {
        width: 18%;
    }
    .features_sec .title_sec {
        width: 40%;
        flex: 0 0 40%;
    }
    .features_sec .container .patner_sec .news_icon {
        width: 20%;
        padding: 8px;
    }
    .home_interior_sec .patner_sec, .home_interior_sec .patner_sec img {
        height: 630px;
    }
    .social_media_sec .social_meadia_list a {
        margin: 0 10px;
    }
    .social_media_sec .social_meadia_list span {
        font-size: 14px;
        margin-left: 6px;
    }
    




    .room_selection_sec {
        padding: 40px 0;
    }
    .room_selection_sec .title_sec .title {
        line-height: 24px;
        font-size: 20px;
        margin-bottom: 4px;
    }
    .room_selection_sec .des {
        font-size: 13px;
        margin-bottom: 6px;
    }
    .room_selection_sec .title_sec {
        margin-bottom: 37px;
    }
    .cost_btn.room_selection_btn.mt-3 {
        margin-top: 10px !important;
    }
    .room_selection_sec .title_sec {
        margin-bottom: 50px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab {
        padding: 13px 4px;
        width: 20%;
        height: 53px;
    }

    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .stap_icon {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        margin-right: 6px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .success_icon {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .stap_icon img {
        width: 14px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .stap_title {
        font-size: 14px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab span {
        width: 60px;
        font-size: 12px;
        top: -12px;
        line-height: 22px;
        border-radius: 4px;
    }
    .personal_details {
        margin: 45px 0 0;
    }
    .personal_details .form_wrapper {
        padding: 20px 20px 30px;
    }
    .personal_details .form_wrapper {
        padding: 20px;
    }
    .personal_details .form_wrapper  .form_group {
        margin-bottom: 8px;
    }
    .personal_details .form_wrapper input {
        height: 30px;
        padding: 6px;
        border-radius: 4px;
        font-size: 12px;
    }
    .custom_floor_plan [type="radio"]:checked + label, .custom_floor_plan [type="radio"]:not(:checked) + label {
        height: 30px;
        line-height: 31px;
        font-size: 12px !important;
        border-radius: 6px;
    }
    .personal_details .form_wrapper label {
        font-size: 13px;
        margin-bottom: 3px;
    }
    .personal_details .form_wrapper .form_group small {
        font-size: 12px;
    }
    
    /* .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .stap_title {
        font-size: 22px;
    } */
    .select_fileld_wrapp .select_fileld_content {
        width: 48%;
        margin: 14px 6px 10px;
    }

    /* .blog_sec .view_more:after {
        width: 182px;
    } */
    .home_selection {
        margin-top: 30px;
        padding: 14px 9px;
    }
    .clients_review_sec {
        padding: 40px 0;
    }
    .clients_review_sec .title {
        font-size: 20px;
        margin-bottom: 3px;
    }
    .clients_review_sec .title span {
        font-size: 26px;
    }
   
    .clients_review_sec .testimonials_slider .testimonials_video_content {
        margin: 6px 0px 10px;
    }
    .clients_review_sec .testimonials_slider .testimonials_video_content .testimonials_video {
        height: 140px;
    }
    .clients_review_sec .testimonials_slider .testimonials_video_content .testimonials_video iframe {
        height: 140px;
    }
    .clients_review_sec .testimonials_slider .testimonials_video_content .text_content .des span {
        width: 120px;
    }
    .clients_review_sec .testimonials_slider .testimonials_video_content .text_content .name {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .clients_review_sec .testimonials_slider .testimonials_video_content .text_content .location {
        font-size: 10px;
        margin-bottom: 0;
    }
    .clients_review_sec .testimonials_slider .testimonials_video_content .text_content {
        padding: 10px 10px;
    }
    .clients_review_sec .testimonials_slider .testimonials_video_content .text_content .des {
        font-size: 13px;
        margin-bottom: 7px;
    }

    .blog_sec {
        padding: 40px 0 90px;
    }
    .blog_sec .title {
        margin-bottom: 3px;
        font-size: 20px;
    }
    .blog_sec .title span {
        font-size: 22px;
    }
    .blog_sec .blog_content {
        padding: 8px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
}
    .blog_sec .blog_content .blog_photo, .blog_sec .blog_content .blog_photo img {
        height: 140px;
        border-radius: 4px;
    }
    .blog_sec .blog_content .text_content .date_location .date {
        font-size: 11px;
    }
    .blog_sec .blog_content .text_content .date_location .place_location {
        padding-left: 0;
        font-size: 11px;
    }
    .blog_sec .blog_content .text_content .des {
        font-size: 13px;
    }
    .blog_sec .blog_content .blog_photo .post_tag {
        font-size: 10px;
    }
    .blog_sec .blog_slider .owl-dots {
        margin-top: 17px !important;
    }

}


/* 991px */
@media (max-width:  991px) {
   
    .container {
        max-width: 650px;
    }
    .title {
        font-size: 20px;
    }
   .luxury_banner  .text_content {
        margin-top: 80px;
    }
    .luxury_banner .text_content .title {
        font-size: 28px;
        line-height: 48px;
        margin-bottom: 12px;
    }
    .luxury_banner .text_content .sub_title {
        font-size: 14px;
        margin-bottom: 21px;
    }


   
    .about_sec .about_photo {
        width: 260px;
        height: 340px;
    }
    .about_sec .about_photo img {
        height: 340px;
    }
    .about_photo_sec .about_photo.two {
        width: 130px;
        height: 160px;
        top: 20%;
        left: -2%;
    }
    .about_photo_sec .about_photo.two img {
        width: 130px;
    }
    .about_sec .text_content .title {
        margin: 20px auto 8px;
    }
    .about_photo_sec .years {
        right: 20px;
    }
    
    .service_sec {
        padding: 40px 0;
    }
    .service_sec .service_content .text_content .title {
        font-size: 13px;
        margin-bottom: 7px;
    }
    .service_sec .service_content .text_content .des {
        line-height: 1.5;
        font-size: 11px;
    }
    .service_sec .service_content .service_icon {
        width: 38px;
    }
    .service_sec .service_content .text_content {
        margin-top: 15px;
    }
    
    .specialize_sec .row {
        flex-direction: column-reverse;
    }
    
    .specialize_sec .specialize_photo {
        margin-top: 60px;
        border-radius: 15px;
        overflow: hidden;
    }
    .specialize_sec .specialize_photo, .specialize_sec .specialize_photo img {
        height: 320px;
    }
    .stap_sec .stap_contain .stap_photo, .stap_sec .stap_contain .stap_photo img {
        height: 350px;
    }
    
    .process_stap_sec .process_stap .dream_homes_content .dream_photo {
        height: 220px;
    }

    .social_media_sec .social_meadia_list a {
        margin: 0 10px;
        width: 16%;
        flex-direction: column;
    }
    .social_media_sec .social_meadia_list span {
        font-size: 13px;
        margin-left: 0;
        margin-top: 7px;
    }


    /* .cost_calculator_page .cost_calculator_banner {
        height: 210px;
    } */
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab {
        width: 32%;
        height: 60px;
        padding: 10px 13px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .stap_icon {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        margin-right: 8px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .success_icon {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        margin-right: 8px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .stap_icon img {
        width: 16px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab span {
        width: 78px;
        font-size: 14px;
        line-height: 26px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab .stap_icon img {
        width: 16px;
    }
    .select_fileld_wrapp .select_fileld_content {
        width: 48%;
        margin: 18px 6px 0px;
    }

    .clients_review_sec .testimonials_slider .testimonials_video_content .testimonials_video {
        height: 207px;
    }
    .clients_review_sec .testimonials_slider .testimonials_video_content .testimonials_video iframe {
        height: 207px;
    }
    .blog_sec .title_des {
        margin-bottom: 20px;
    }
    /* .blog_sec .blog_content .text_content .blog_title {
        font-size: 18px;
    } */
    .blog_sec .blog_content .text_content .date_location .place_location {
        padding-left: 0;
    }
    .blog_sec .blog_content .blog_photo, .blog_sec .blog_content .blog_photo img {
        height: 200px;
    }
   
  
}

.anu {
     letter-spacing: 0.03em;
    color: #333333;
    text-transform: capitalize;
    font-family: 'Riccione-light', Sans-serif;
    font-size: 55px;
    font-weight: bold;
     margin-bottom: 45px;
}


.anu1 {
     letter-spacing: 0.03em;
    color: #170b0b;
    text-transform: capitalize;
    font-family: 'Riccione-light', Sans-serif;
    font-size: 55px;
    font-weight: bold;
     margin-bottom: 45px;
     font-style:italic;
    

}

.title3 {
    font-family: 'Riccione-light', Sans-serif;
    font-size: 51px;
    font-weight: bold;
    line-height: 57px;
    color: white;
    margin-bottom: 33px;
}

.abc{
        margin-top: 3rem !important;
    line-height: 1.6em;
    font-family: "Montserrat";
    font-weight: 400;
    background-clip: border-box;
    background-image: none;
    color: #fff;
    margin: 0 0 1.3em;
    padding: 0;
    text-align:justify;
}

/* 767px */
@media (max-width:  767px) {

    .anu {
    letter-spacing: 0.03em;
    color: #333333;
    text-transform: capitalize;
    font-family: 'Riccione-light', Sans-serif;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 45px;
}

.pathner_sec .pathner_icon img {
    width: 100% !important;
    /* margin: auto; */
    object-fit: cover;
    height:100%;
    
}

.anu1 {
    letter-spacing: 0.03em;
    color: #170b0b;
    text-transform: capitalize;
    font-family: 'Riccione-light', Sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 45px;
    font-style: italic;
}

.luxury_banner .text_content .sub_title {
    color: #fff;
    font-size: 36px;
    font-family: "Plus Jakarta Sans", serif;
    /* text-transform: uppercase; */
    margin-bottom: 40px;
    display: block;
    padding: 0;
    background: none;
    border-radius: 0;
}
    .luxury_banner  .text_content {
        margin-top: 90px;
    }
    .luxury_banner .text_content .title {
        font-size: 30px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .luxury_banner .text_content .sub_title {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .luxury_banner {
        margin-top: 0px;
        height: 415px;
        z-index: 0;
    }
    .luxury_banner .text_content .book_btn img {
        height: auto;
    }
    .luxury_banner img {
        height: 415px;
        object-fit: cover;
    }
    .about_sec {
        padding: 50px 0;
    }
    .about_sec .container {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .about_sec .about_photo {
        width: 240px;
        height: 320px;
    }
    .about_sec .about_photo img {
        height: 320px;
    }
    .about_photo_sec .about_photo.two {
        width: 160px;
        height: 180px;
        left: -32%;
    }
    .about_photo_sec .about_photo.two img {
        width: 160px;
        height: 180px;
    }
    .about_sec .text_content {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .about_sec .text_content .count_sec li .counts {
        font-size: 20px;
        line-height: 22px;
        width: 100%;
        margin: auto;
        display: block;
    }
    .about_sec .text_content .count_sec li .counts span {
        float: none;
    }
    .about_sec .text_content .count_sec li {
        width: 25%;
        margin-bottom: 20px;
    }
    .about_sec .text_content .count_sec li .des {
        font-size: 12px;
        text-align: center;
    }
    .about_sec .award_sec .text_content {
        margin-top: 0;
    }
   
    .process_stap_sec .process_stap {
        margin-top: 28px;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 28px;
    }
    .process_stap_sec .process_stap .dream_homes_content {
        margin: 0 6px 16px;
        width: 30%;
    }
    .process_stap_sec .process_stap .dream_homes_content .dream_photo {
        height: 280px;
    }
   
    .clients_review_sec .owl-dots {
        display: none;
    }



    .select_fileld_wrapp {
        margin-bottom: 30px;
    }
    /* .cost_calculator_page .cost_calculator_banner {
        height: 100px;
    } */
    .cost_calculator_banner .banner_title {
        font-size: 28px;
    }
    .room_selection_sec .des {
        font-size: 18px;
    }
    .room_selection_sec .room_selection_container .step-container {
        flex-wrap: wrap;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab {
        justify-content: center;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab span {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab {
        width: 100%;
        height: 100px;
    }
    .room_selection_sec .room_selection_container .step-container .step-circle.stap_tab {
        width: 100%;
        height: 100px;
        margin-bottom: 30px;
    }
    .select_fileld_wrapp .select_fileld_content {
        width: 100%;
        margin: 30px auto 0px;
        padding: 15px;
    }
    .home_selection {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .clients_review_sec .title {
        line-height: 44px;
        margin-bottom: 20px;
    }
    .cost_btn .view_more.save_btn {
        margin: 0 auto 30px;
    }
    .clients_review_sec .nav-tabs .nav-link {
        font-size: 16px;
    }
    .clients_review_sec .nav-tabs {
        margin-bottom: 10px;
    }
    .blog_sec .title_des {
        margin-bottom: 20px;
    }
    
    .estimate_content .cost_gst {
        display: flex;
        padding: 15px;
        margin-bottom: 17px;
        flex-direction: column;
        text-align: center;
    }
    .estimate_content .cost_gst .cost {
        width: 100%;
        margin: 0;
        border-right: none;
        margin-right: 0;
        border-bottom: 1px dotted #480051;
        padding: 0 0 9px;
        margin-bottom: 12px;
    }
   
    .cost_btn .view_more.save_btn {
        margin: 0 auto 30px;
        border: none;
        padding: 10px 40px;
        font-size: 18px;
        width: 96%;
    }
    .cost_btn .view_more.save_btn:after {
        height: 100%;
        width: 100%;
    }
    .cost_btn .view_more.save_btn.cancel:after {
        width: 439px;
    }
    .estimate_content .cost_gst .cost:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .cost_btn {
        display: flex;
        flex-direction: column;
    }
    .personal_details .form_wrapper {
        padding: 15px;
    }
    .personal_details .form_wrapper  .form_group {
        margin-bottom: 12px;
    }
    /* .cost_btn.room_selection_btn .view_more.save_btn:after {
        width: 467px;
    }

    .cost_btn.text-center.okay_btn .view_more.save_btn:after {
        width: 469px;
    } */
}

/* 480px */
@media (max-width: 480px) {


    .book_btn {
        font-size: 11px;
    }
    .book_btn img {
        width: 7px;
    }
    .luxury_banner .text_content .title {
        font-size:36px;
        line-height: 43px;
        margin-bottom: 12px;
    }
   .luxury_banner  .text_content {
        margin-top: 90px;
    }
    .luxury_banner .text_content .sub_title {
        font-size: 17px;
        margin-bottom: 12px;
    }
    .about_sec .about_photo {
        width: 180px;
        height: 270px;
    }
    .about_sec .about_photo img {
        height: 270px;
    }
    .about_photo_sec .about_photo.two img {
        width: 120px;
        height: 130px;
    }
    .about_photo_sec .about_photo.two {
        width: 120px;
        height: 130px;
        left: -32%;
    }
    .about_photo_sec .years {
        right: -30px;
        width: 61%;
    }
    .about_sec .text_content .title {
        margin: 20px auto 8px;
        text-align: center;
        font-size: 18px;
    }
    .about_sec .text_content .count_sec li {
        margin-bottom: 0px;
    }
    .about_sec .text_content .count_sec li .counts {
        font-size: 51px;
        line-height: 33px;
    }
    .about_sec .text_content .count_sec li .des {
        font-size: 10px;
        line-height: 17px;
    }
    .about_sec .award_sec .text_content .winner {
        font-size: 12px;
    }
    .about_sec .award_sec .text_content span {
        font-size: 30px;
        margin-right: 9px;
        line-height: 30px;
    }
    .about_sec .award_sec .award_icon {
        width: 14%;
        flex: 0 0 14%;
    }
    .about_sec .award_sec {
        padding: 9px;
        width: 224px;
    }
    .about_sec {
        padding: 40px 0 30px;
    }
    .about_sec .award_sec .award_icon {
        width: 16%;
        flex: 0 0 16%;
    }
    .process_stap_sec {
        padding: 40px 0;
    }
    .process_stap_sec .process_stap .dream_homes_content {
        margin: 0 6px 9px;
        width: 29%;
    }
   
    .process_stap_sec .process_stap .dream_homes_content .dream_photo {
        height: 210px;
    }
    .process_stap_sec .process_stap .dream_homes_content .text_content .dream_title {
        font-size: 12px;
    }

   
    .interior_gallery_sec {
        padding: 40px 0;
    }
    .interior_gallery_sec .title {
        margin-bottom: 20px;
    }
    .social_media_sec .social_meadia_list a {
        margin: 0 10px;
    }
    .social_media_sec .social_meadia_list .social_icon {
        margin: 0 auto 2px;
    }
    .social_media_sec .social_meadia_list span {
        font-size: 12px;
    }
   
    .best_interior .video_thumbnail_slider .owl-item.active.center .interior_video_thumbnail, .best_interior .video_thumbnail_slider .owl-item.active.center .interior_video_thumbnail img {
        height: 60px;
    }
    .social_media_sec .social_meadia_list a {
        margin: 0 10px;
        width: 14%;
    }
    
   
    
}



@media (max-width: 768px) {

    .abc123 h2 {
    font-family: 'Riccione-light', sans-serif;
    font-size: 35px;
    font-weight: bold;
}
  .counter-inner {
    flex-direction: column !important;
    text-align: center;
  }
  .counter-inner .counter-box {
    margin: 15px 0;
  }



.count_sec p {
  text-align:center !important;
  color:white;


}
.title1 {
    font-family: 'Riccione-light', Sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 39px;
    color: white;
}

.title3 {
    font-family: 'Riccione-light', Sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 57px;
    color: white;
    margin-bottom: 33px;
}


.header_sec .navbar-nav li a {
    color: black;
    font-size: 14px;
    font-family: 'avenir_lt_std55_roman';
    margin: 0 12px;
}
}




.count_sec p {
  text-align:left;
  color:white;
}




  @media (max-width: 768px) {
    .portfolio-card {
      height: 250px !important; 
    }

    .portfolio-card img {
      position: absolute !important;
      top: 50% !important;
      left: 50% !important;
      width: auto !important;

      height: 100% !important;
      min-width: 100% !important;
      object-fit: cover !important;
      transform: translate(-50%, -50%) !important;
    }
  }

